summaryrefslogtreecommitdiffstats
path: root/wifi-misc.txt
blob: 03206314877d3461ca602b3656b7c7664ae7457a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
- seems to help in noisy env or adjacent APs+
  # iwconfig wlan0 rate 36M fixed
  # iwconfig wlan0 frag 2346
  # iwconfig wlan0 rts 2347
  # iwconfig wlan0 txpower 10
  # iwconfig wlan0 power off

- moar
  vim /etc/modprobe.d/my.conf
    options mac80211 max_probe_tries=10
    options mac80211 max_nullfunc_tries=4
    options mac80211 probe_wait_ms=1000