diff options
author | Hauke Mehrtens <hauke@openwrt.org> | 2010-05-16 11:16:42 +0000 |
---|---|---|
committer | Hauke Mehrtens <hauke@openwrt.org> | 2010-05-16 11:16:42 +0000 |
commit | ee531afd0192da015f9b27508a36ed2ad9dfed4d (patch) | |
tree | 4b3933e0ce54cd98366aa181048ed361e54916dc /package/mac80211/Makefile | |
parent | 59ba6019d91d6a557df395831d644a67240920f8 (diff) | |
download | upstream-ee531afd0192da015f9b27508a36ed2ad9dfed4d.tar.gz upstream-ee531afd0192da015f9b27508a36ed2ad9dfed4d.tar.bz2 upstream-ee531afd0192da015f9b27508a36ed2ad9dfed4d.zip |
mac80211: use stable firmware for b43 driver as the experimental causes problems on some devices with L-PHY
This should close #6907
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21470 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/mac80211/Makefile')
-rw-r--r-- | package/mac80211/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/mac80211/Makefile b/package/mac80211/Makefile index 85fdc9b0c0..14d9dcd43e 100644 --- a/package/mac80211/Makefile +++ b/package/mac80211/Makefile @@ -644,7 +644,7 @@ define KernelPackage/b43/config choice prompt "b43 firmware version" - default B43_EXPERIMENTAL + default B43_STABLE help This option allows you to select the version of the b43 firmware. |