Don't set silly defaults that may brake users.
This commit is contained in:
parent
b15c4758f8
commit
c67233f15c
@ -601,10 +601,8 @@ iwconfig_connect_not_preferred()
|
|||||||
|
|
||||||
iwconfig_defaults()
|
iwconfig_defaults()
|
||||||
{
|
{
|
||||||
local x=
|
# Turn on the radio
|
||||||
for x in txpower rate rts frag; do
|
iwconfig "${IFACE}" txpower on 2>/dev/null
|
||||||
iwconfig "${IFACE}" "${x}" auto 2>/dev/null
|
|
||||||
done
|
|
||||||
|
|
||||||
# Release the AP forced
|
# Release the AP forced
|
||||||
# Must do ap and then ssid otherwise scanning borks
|
# Must do ap and then ssid otherwise scanning borks
|
||||||
|
Loading…
Reference in New Issue
Block a user