mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2025-01-08 23:59:34 +00:00
broadcom-wl: fix 11bg hwmode, add lrs mode
SVN-Revision: 20768
This commit is contained in:
parent
222390bafc
commit
6134e99bee
@ -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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user