diff options
author | Felix Fietkau <nbd@openwrt.org> | 2009-11-14 02:35:04 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2009-11-14 02:35:04 +0000 |
commit | bb572e08f8346d1a1665dd15030576b10fb385cd (patch) | |
tree | 6a674f61f97c7b05d1a6d81e7491fb4130e5cea7 /package/mac80211/patches/010-b43_config.patch | |
parent | eaf1d61e6d76cc19aeaee5b31833f6e844264e0b (diff) | |
download | upstream-bb572e08f8346d1a1665dd15030576b10fb385cd.tar.gz upstream-bb572e08f8346d1a1665dd15030576b10fb385cd.tar.bz2 upstream-bb572e08f8346d1a1665dd15030576b10fb385cd.zip |
mac80211: update to 2009-11-13 and add some of my new performance improvement patches. fixes excessive cpu usage of hostapd in ap mode, should also fix the ath9k memleak
SVN-Revision: 18415
Diffstat (limited to 'package/mac80211/patches/010-b43_config.patch')
-rw-r--r-- | package/mac80211/patches/010-b43_config.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/mac80211/patches/010-b43_config.patch b/package/mac80211/patches/010-b43_config.patch index ba97e7602e..9074ee7874 100644 --- a/package/mac80211/patches/010-b43_config.patch +++ b/package/mac80211/patches/010-b43_config.patch @@ -1,6 +1,6 @@ --- a/config.mk +++ b/config.mk -@@ -154,12 +154,12 @@ CONFIG_B43_HWRNG=y +@@ -160,12 +160,12 @@ CONFIG_B43_HWRNG=y CONFIG_B43_PCI_AUTOSELECT=y CONFIG_B43_PCICORE_AUTOSELECT=y ifneq ($(CONFIG_PCMCIA),) @@ -16,7 +16,7 @@ # CONFIG_B43_DEBUG=y # CONFIG_B43_FORCE_PIO=y -@@ -208,8 +208,8 @@ CONFIG_SSB_PCIHOST_POSSIBLE=y +@@ -219,8 +219,8 @@ CONFIG_SSB_PCIHOST_POSSIBLE=y CONFIG_SSB_PCIHOST=y CONFIG_SSB_B43_PCI_BRIDGE=y ifneq ($(CONFIG_PCMCIA),) |