- fixed hardware mode, there is neither 11ng nor 11na

Signed-off-by: Steffen Pankratz <kratz00@gmx.de>
Reviewed-by: Tim Niemeyer <tim.niemeyer@mastersword.de>
Reviewed-by: Michael Fritscher <michael@fritscher.net>
This commit is contained in:
Steffen Pankratz 2015-11-15 12:14:41 +01:00
parent bba3b9a168
commit ac66f886a2
3 changed files with 5 additions and 5 deletions

View File

@ -2,7 +2,7 @@ config wifi-device radio0
option type mac80211
option channel ${BATMAN_CHANNEL}
option phy phy0
option hwmode 11ng
option hwmode 11g
config wifi-iface
option device radio0

View File

@ -2,7 +2,7 @@ config wifi-device radio0
option type mac80211
option channel ${BATMAN_CHANNEL}
option phy phy0
option hwmode 11ng
option hwmode 11g
option htmode HT40+
option country DE
@ -29,7 +29,7 @@ config wifi-device radio1
option type mac80211
option channel ${BATMAN_CHANNEL_5GHZ}
option phy phy1
option hwmode 11na
option hwmode 11a
option htmode HT40+
option country DE

View File

@ -2,7 +2,7 @@ config wifi-device radio0
option type mac80211
option channel ${BATMAN_CHANNEL_5GHZ}
option phy phy0
option hwmode 11na
option hwmode 11a
option htmode HT40+
option country DE
@ -29,7 +29,7 @@ config wifi-device radio1
option type mac80211
option channel ${BATMAN_CHANNEL}
option phy phy1
option hwmode 11ng
option hwmode 11g
option htmode HT40+
option country DE