[OpenWrt-Devel] [PATCH 1/2] wifi: Introduce 802.11ac support

2014-01-16 Thread Sven Eckelmann
From: Matti Laakso malaa...@elisanet.fi This patch introduces 802.11ac support to base-files, mac80211 and hostapd. The split of VHT160 in two 80 MHz bands is not yet supported, since it requires an additional user supplied parameter for the channel of the second band. Signed-off-by: Matti

Re: [OpenWrt-Devel] [PATCH 1/2] wifi: Introduce 802.11ac support

2014-01-16 Thread Matti Laakso
Thanks! Now I don't need to spend my weekend on this like I was about to! I see one issue: + +     vht_cap=0 +     for cap in $(iw phy $dev info | awk -F [()] '/VHT Capabilities/ { print $2 }'); do +         vht_cap=$(($vht_cap | $cap)) +