1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-11-17 23:35:00 +02:00

[package] broadcom-wl: fix 11bg hwmode, add lrs mode

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20768 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
jow 2010-04-09 20:47:28 +00:00
parent 37ed3994c5
commit 1603982ee3

View File

@ -162,8 +162,10 @@ enable_broadcom() {
case "$hwmode" in case "$hwmode" in
*b) hwmode=0;; *b) hwmode=0;;
*bg) hwmode=1;;
*g) hwmode=2;; *g) hwmode=2;;
*gst) hwmode=4;; *gst) hwmode=4;;
*lrs) hwmode=5;;
*) hwmode=1;; *) hwmode=1;;
esac esac