mirror of
https://github.com/hak5/wifipineapple-openwrt.git
synced 2025-10-29 16:57:19 +00:00
wifi: change the default channel from 5 to 11, 5 was a really bad choice
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23423 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
@@ -404,7 +404,7 @@ detect_mac80211() {
|
||||
|
||||
mode_11n=""
|
||||
mode_band="g"
|
||||
channel="5"
|
||||
channel="11"
|
||||
ht_cap=0
|
||||
for cap in $(iw phy "$dev" info | grep 'Capabilities:' | cut -d: -f2); do
|
||||
ht_cap="$(($ht_cap | $cap))"
|
||||
|
||||
Reference in New Issue
Block a user