Changes between Version 6 and Version 7 of wireless/wifi
- Timestamp:
- 01/12/2018 10:18:31 PM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
wireless/wifi
v6 v7 114 114 || [wiki:Yocto Yocto] || Ventana || ath5k/ath9k/ath10k || AP / client || 115 115 || [wiki:Android] || Ventana || ath5k/ath9k || AP / client || 116 || [wiki:ubuntu] || Ventana, Newport || ath9k/ath10k || AP / client || 116 117 If you are looking for additional support please contact support@gateworks.com 117 118 … … 136 137 For more info on configuring Wireless for Android see: 137 138 * [wiki:Android/wireless Android Wireless Configuration] 139 140 [=#Ubuntu] 141 === Ubuntu Wireless Configuration === 142 Ubuntu uses the standard Linux utilities, init scripts, and conf files. 143 144 For more info on configuring Wireless for Ubuntu see: 145 * [wiki:ventana/ubuntu/wireless/ Ubuntu Wireless Configuration] 138 146 139 147 [=#linux] … … 200 208 iw phy phy0 interface add mon0 type monitor 201 209 iw dev <name> del ;# delete interface 210 }}} 211 * turn off powersave mode: 212 {{{ 213 # May increase wireless performance depending on radio 214 iw dev wlan0 set power_save off 202 215 }}} 203 216