Changes between Version 9 and Version 10 of UserDocs/TurboMode
- Timestamp:
- 01/08/09 00:29:04 (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
UserDocs/TurboMode
v9 v10 37 37 }}} 38 38 39 Then to enable/force turbo :39 Then to enable/force turbo in master (AP) or ad-hoc mode : 40 40 {{{ 41 41 # iwconfig ath0 channel 0 44 44 # iwconfig ath0 ... # 45 45 ath0 IEEE 802.11Ta ... # 11a + Turbo enabled (static turbo). 46 }}} 47 In STA mode the following is also required: 48 {{{ 49 # iwpriv ath0 mode 5 50 }}} 51 otherwise the STA will never see the AP. 52 53 In STA mode, it appears that attempts to set the channel are ignored so 54 {{{ 55 # iwconfig ath0 channel x 56 }}} 57 is futile - the radio will just scan and lock. 46 58 47 59 Question: