diff options
author | Hauke Mehrtens <hauke@hauke-m.de> | 2014-07-12 15:37:34 +0000 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2014-07-12 15:37:34 +0000 |
commit | 1b67e879a76a8dea78690b67a621d9b2ca60c0b9 (patch) | |
tree | 8454648f4bd41771cd8698673f00925c524062d2 /package/kernel/mac80211/patches/810-b43_no_pio.patch | |
parent | 5f41e561cab9169a39ce7a23030c4af92b3399cd (diff) | |
download | mtk-20170518-1b67e879a76a8dea78690b67a621d9b2ca60c0b9.zip mtk-20170518-1b67e879a76a8dea78690b67a621d9b2ca60c0b9.tar.gz mtk-20170518-1b67e879a76a8dea78690b67a621d9b2ca60c0b9.tar.bz2 |
mac80211: b43: backport b43 patches from wireless testing
This brings b43 up to wireless-testing/master master-2014-07-10
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
SVN-Revision: 41593
Diffstat (limited to 'package/kernel/mac80211/patches/810-b43_no_pio.patch')
-rw-r--r-- | package/kernel/mac80211/patches/810-b43_no_pio.patch | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/package/kernel/mac80211/patches/810-b43_no_pio.patch b/package/kernel/mac80211/patches/810-b43_no_pio.patch index 2023bf6..2cea894 100644 --- a/package/kernel/mac80211/patches/810-b43_no_pio.patch +++ b/package/kernel/mac80211/patches/810-b43_no_pio.patch @@ -1,8 +1,8 @@ --- a/drivers/net/wireless/b43/Makefile +++ b/drivers/net/wireless/b43/Makefile -@@ -20,7 +20,7 @@ b43-y += xmit.o - b43-y += lo.o - b43-y += wa.o +@@ -16,7 +16,7 @@ b43-$(CPTCFG_B43_PHY_LCN) += phy_lcn.o t + b43-y += sysfs.o + b43-y += xmit.o b43-y += dma.o -b43-y += pio.o +b43-$(CPTCFG_B43_PIO) += pio.o @@ -11,7 +11,7 @@ b43-$(CPTCFG_B43_PCMCIA) += pcmcia.o --- a/drivers/net/wireless/b43/main.c +++ b/drivers/net/wireless/b43/main.c -@@ -1909,10 +1909,12 @@ static void b43_do_interrupt_thread(stru +@@ -1913,10 +1913,12 @@ static void b43_do_interrupt_thread(stru dma_reason[0], dma_reason[1], dma_reason[2], dma_reason[3], dma_reason[4], dma_reason[5]); |