summaryrefslogtreecommitdiffstats
path: root/package/kernel/mac80211/patches/805-b43-gpio-mask-module-option.patch
diff options
context:
space:
mode:
authorHauke Mehrtens <hauke@hauke-m.de>2014-07-30 21:15:42 +0000
committerHauke Mehrtens <hauke@hauke-m.de>2014-07-30 21:15:42 +0000
commit83c803086c686aa73663f6c6391a7c2c916d1dd1 (patch)
treea101ba03c9cc6accf2167ea1861f18984d1954e6 /package/kernel/mac80211/patches/805-b43-gpio-mask-module-option.patch
parentb1df24f00eef530cfa587c49907cb70de7cb5517 (diff)
downloadmaster-31e0f0ae-83c803086c686aa73663f6c6391a7c2c916d1dd1.tar.gz
master-31e0f0ae-83c803086c686aa73663f6c6391a7c2c916d1dd1.tar.bz2
master-31e0f0ae-83c803086c686aa73663f6c6391a7c2c916d1dd1.zip
mac80211: b43: update b43 to version master-2014-07-29-1
This add 5GHz support for N-PHY to b43, thanks Rafał Miłecki. b43_wflush16 was put into an extra function because it is pretty big in asm. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> SVN-Revision: 41900
Diffstat (limited to 'package/kernel/mac80211/patches/805-b43-gpio-mask-module-option.patch')
-rw-r--r--package/kernel/mac80211/patches/805-b43-gpio-mask-module-option.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/kernel/mac80211/patches/805-b43-gpio-mask-module-option.patch b/package/kernel/mac80211/patches/805-b43-gpio-mask-module-option.patch
index c5bb975cae..5e38460806 100644
--- a/package/kernel/mac80211/patches/805-b43-gpio-mask-module-option.patch
+++ b/package/kernel/mac80211/patches/805-b43-gpio-mask-module-option.patch
@@ -22,7 +22,7 @@
static int modparam_bad_frames_preempt;
module_param_named(bad_frames_preempt, modparam_bad_frames_preempt, int, 0444);
MODULE_PARM_DESC(bad_frames_preempt,
-@@ -2798,10 +2803,10 @@ static int b43_gpio_init(struct b43_wlde
+@@ -2814,10 +2819,10 @@ static int b43_gpio_init(struct b43_wlde
u32 mask, set;
b43_maskset32(dev, B43_MMIO_MACCTL, ~B43_MACCTL_GPOUTSMSK, 0);