Commit Graph

152 Commits (6dea7328caf40bf35fbe7a17fdbd3620962def5a)

Author SHA1 Message Date
Gabor Juhos 9b359fbdba [package] mac80211: backport ath9k uninline patch
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15490 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-04-29 20:23:20 +00:00
Nicolas Thill 07f45e3a7d introduce a generic PKG_CONFIG_DEPENDS for packages that need to be reconfigured when certain CONFIG options changed, rename PKG_BUILD_DEPEND to PKG_BUILD_DEPENDS
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15451 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-04-27 15:53:00 +00:00
Gabor Juhos ee25c89221 [package] mac80211: cleanup patches
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15392 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-04-24 14:59:27 +00:00
Hauke Mehrtens 49c40cf8df [mac80211] The b43 needs kmod-ssb. On the brcm47xx and brcm63xx target it is integrated into the kernel all other need the module.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15195 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-04-10 12:16:51 +00:00
Michael Büsch e28453010e b43: Remove unnecessary MMIO accesses in the interrupt hotpath.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15160 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-04-08 19:03:10 +00:00
Felix Fietkau 0fb2f9c0f6 remove the b43 dependency on brcm47xx/brcm63xx
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15156 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-04-08 15:06:55 +00:00
Michael Büsch 18d805b24e Add some b43 firmware helptext
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15143 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-04-07 18:48:20 +00:00
Michael Büsch 64af0f85c9 Remove 500-b43-disable_qos_when_openfw.patch
This patch is incorrect. It leaves mac80211 and b43 in different states.
mac80211's hw->queues will be left at 4 (QoS enabled), while QoS will be disabled
inside of b43's queue handling.

There currently is no way to disable QoS after loading the firmware.

Buildroot should probably statically change the module parameter to QoS=0, if the
opensource firmware is built into the image.



git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15142 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-04-07 18:40:10 +00:00
Michael Büsch 038b50e697 b43: Add DMA poisoning patches
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15121 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-04-06 17:15:19 +00:00
Michael Büsch 64e067653d A patch which works around the issue is included in compat wireless.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15120 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-04-06 16:47:17 +00:00
Hauke Mehrtens 3d80a402da [mac80211] Update to compat-wireless-2009-03-31
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15083 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-04-02 16:50:20 +00:00
Michael Büsch 6562bf0965 Make b43 hwrng optional
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15070 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-03-29 16:49:23 +00:00
Felix Fietkau 9899ab0de2 wifi: fix hostapd + autochannel
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15055 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-03-27 21:14:59 +00:00
Florian Fainelli daff7e3f1a [package] add a workaround for devices that only start beaconing after scanning, that is almost every driver except b43
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15041 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-03-25 15:54:13 +00:00
Hauke Mehrtens e5494fd6f0 [mac80211] update compat-wireless to 2009-03-24
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15019 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-03-24 15:11:16 +00:00
Michael Büsch 67958030c9 b43legacy: Fix compilation.
We must enable DMA and disable PIO (PIO is not usable anyway).



git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14954 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-03-20 16:23:56 +00:00
Michael Büsch eeb2482839 b43: Mask the PHY TX error interrupt for now.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14951 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-03-19 14:59:54 +00:00
Hauke Mehrtens 201c742996 [mac80211] Update compat-wireless to 2009-03-18
Removing of include/net/ieee80211_radiotap.h is not needed, because it is only used by this compat-wireless.
There are changes in that file and compat-wireless needs the newest version.

Some more symbols are deactivated in the default config file, this will make building faster.
The rt2800pci patches are up to date now.


git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14946 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-03-18 22:22:57 +00:00
Michael Büsch 3b097e333c b43: More non-PCI fixes
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14933 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-03-17 22:46:51 +00:00
Michael Büsch f224de6b39 b43: Fix for non-PCI builds
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14932 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-03-17 21:00:44 +00:00
Michael Büsch 791034f0ea b43-fwsquash: Fix dependency definitions
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14930 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-03-17 19:39:10 +00:00
Michael Büsch 1bd1a1fa9a b43: Add support for removing unnecessary firmware files to reduce the image size.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14929 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-03-17 19:34:45 +00:00
Gabor Juhos 49c9661645 [package] mac80211: update compat-wireless to 2009-03-13
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14871 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-03-14 10:18:45 +00:00
Gabor Juhos 98f1d62948 [package] mac80211: update compat-wireless to 2009-03-09
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14831 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-03-10 08:50:11 +00:00
Florian Fainelli 25f9c59c60 [package] fix p54usb firmware md5sum (#4759)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14821 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-03-09 16:41:48 +00:00
Gabor Juhos b47f37ab89 [package] mac80211: update compat-wireless to 2009-03-07
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14795 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-03-08 19:25:11 +00:00
Hauke Mehrtens 4085140221 [packages] turn some of the kernel dependencies the other way around to make it easier to support new kernel.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14783 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-03-07 18:28:39 +00:00
Hauke Mehrtens 2f99a90a30 [kernel] extract the rfkill module to an extra package, only build rfkill module if it is not integrated into the kernel.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14780 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-03-07 17:07:24 +00:00
Gabor Juhos dd83b6c7ae [package] mac80211: update compat-wireless to 2009-03-05, add more rt2x00 and ath9k patches
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14757 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-03-06 10:26:18 +00:00
Gabor Juhos 22e7d6af63 [package] mac80211: update compat-wireless to 2009-03-04, and refresh patches
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14749 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-03-05 12:49:25 +00:00
Gabor Juhos 038b9cc3e4 [package] mac80211: add ath9k init values patch
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14745 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-03-03 18:24:02 +00:00
Gabor Juhos 438d904ebc [package] mac80211: update compat-wireless to 2009-03-03, and add a new ath9k patch
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14744 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-03-03 15:49:02 +00:00
Gabor Juhos 5679b13f63 [package] mac80211: update compat-wireless to 2009-02-25
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14675 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-02-26 18:03:20 +00:00
Florian Fainelli 1c3c609fa4 [package] allow mac80211 devices to be configured to do 802.11s, requires iw
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14669 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-02-26 14:53:03 +00:00
Florian Fainelli 7f22b71ae0 Fix ath5k crash on load (#4689)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14652 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-02-24 09:08:06 +00:00
Felix Fietkau 1ca982f27c eliminate redundancy by creating the quilt_used stampfile in the right place
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14620 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-02-22 17:50:31 +00:00
Felix Fietkau 52a95ed537 add missing dependencies
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14607 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-02-22 01:12:18 +00:00
Felix Fietkau 84b3cfd955 upgrade to latest compat-wireless and rt2800 version
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14605 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-02-21 20:38:07 +00:00
Hauke Mehrtens 6287b6014c mac80211: refresh patches for old version
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14591 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-02-21 15:16:22 +00:00
Gabor Juhos 33e3f220b5 [package] mac80211: update compat-wireless to 2009-02-19
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14572 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-02-20 08:55:27 +00:00
Hauke Mehrtens 66ba8d8fed mac80211: wrong md5sum of OpenFirmware. Fixes #4664
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14571 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-02-19 20:29:28 +00:00
Hauke Mehrtens e3710aa9ee mac80211: extract broadcom firmware out of broadcom-wl-4.178.10.4.tar.bz2
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14570 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-02-19 19:57:37 +00:00
Michael Büsch 94c7fcf240 Fix typo
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14558 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-02-18 22:06:33 +00:00
Hauke Mehrtens c12dea3b26 mac80211: Add Open FirmWare and Broadcom firmware version 4.178.10.4 support to b43 package.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14555 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-02-18 18:39:15 +00:00
Gabor Juhos 8d97fd7b4c [package] mac80211: add more patches from the rt2x00 git repository
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14534 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-02-16 19:55:09 +00:00
Gabor Juhos da5f935061 [package] mac80211: reorder patches
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14533 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-02-16 19:43:55 +00:00
Gabor Juhos 2fda06fe24 [package] mac80211: update compat-wireless to 2009-02-15
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14532 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-02-16 19:02:26 +00:00
Gabor Juhos a63f188134 [package] mac80211: remove '$(PKG_BUILD_DIR)/modules' before compilation (closes #4634)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14530 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-02-16 16:29:00 +00:00
Gabor Juhos e6d2ad1ce7 [package] mac80211: update p54 firmware and fix mac80211 dependancy
Signed-off-by: Jan Willies <jan@willies.info>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14516 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-02-15 13:00:17 +00:00
Florian Fainelli 24e397a7a0 [package] make b43/b43legacy selectable again (#4596)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14491 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-02-13 00:12:30 +00:00