Changeset 20741
- Timestamp:
- 2010-04-07T23:35:50+02:00 (8 years ago)
- Location:
- branches/backfire/package/broadcom-wl
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/backfire/package/broadcom-wl/files/lib/wifi/broadcom.sh
r19525 r20741 129 129 config_get frag "$device" frag 130 130 config_get rts "$device" rts 131 config_get hwmode "$device" hwmode 131 132 local vif_pre_up vif_post_up vif_do_up vif_txpower 132 133 local doth=0 … … 158 159 macfilter=0; 159 160 ;; 161 esac 162 163 case "$hwmode" in 164 *b) hwmode=0;; 165 *g) hwmode=2;; 166 *gst) hwmode=4;; 167 *) hwmode=1;; 160 168 esac 161 169 … … 291 299 $ifdown 292 300 301 gmode ${hwmode:-1} 293 302 apsta $apsta 294 303 ap $ap -
branches/backfire/package/broadcom-wl/src/wlc/wlc.c
r19256 r20741 919 919 .handler = wlc_maclist, 920 920 .desc = "MACs of associated stations" 921 }, 922 { 923 .name = "gmode", 924 .param = INT, 925 .data.num = ((WLC_GET_GMODE << 16) | WLC_SET_GMODE), 926 .handler = wlc_ioctl, 927 .desc = "G Mode" 921 928 }, 922 929 };
Note: See TracChangeset
for help on using the changeset viewer.