Re: [PATCH 1/2] mac80211_hwsim: Set VHT capabilities only for the 5.2 GHz band

2015-04-09 Thread Krishna Chaitanya
On Thu, Apr 9, 2015 at 1:05 PM, Jouni Malinen j...@w1.fi wrote: On Wed, Apr 08, 2015 at 06:29:38PM +, Peer, Ilan wrote: According to the 802.11ac amendment: The IEEE 802.11 VHT STA operates in frequency bands below 6 GHz excluding the 2.4 GHz band, so at least the spec. is clear about

Re: [PATCH 1/2] mac80211_hwsim: Set VHT capabilities only for the 5.2 GHz band

2015-04-09 Thread Jouni Malinen
On Wed, Apr 08, 2015 at 06:29:38PM +, Peer, Ilan wrote: According to the 802.11ac amendment: The IEEE 802.11 VHT STA operates in frequency bands below 6 GHz excluding the 2.4 GHz band, so at least the spec. is clear about it. However, I guess it would be possible to enable VHT for 2.4

RE: [PATCH 1/2] mac80211_hwsim: Set VHT capabilities only for the 5.2 GHz band

2015-04-08 Thread Peer, Ilan
Hi Ben, -Original Message- From: Ben Greear [mailto:gree...@candelatech.com] Sent: Tuesday, April 07, 2015 19:08 To: Peer, Ilan Cc: linux-wireless@vger.kernel.org Subject: Re: [PATCH 1/2] mac80211_hwsim: Set VHT capabilities only for the 5.2 GHz band On 04/07/2015 09:05 AM, Ilan

Re: [PATCH 1/2] mac80211_hwsim: Set VHT capabilities only for the 5.2 GHz band

2015-04-08 Thread Johannes Berg
On Wed, 2015-04-08 at 18:29 +, Peer, Ilan wrote: I saw a patch on ath10k list that enabled VHT for 2.4Ghz for that driver/firmware...are you sure it is absolutely not supported? According to the 802.11ac amendment: The IEEE 802.11 VHT STA operates in frequency bands below 6 GHz

Re: [PATCH 1/2] mac80211_hwsim: Set VHT capabilities only for the 5.2 GHz band

2015-04-08 Thread Ben Greear
On 04/08/2015 11:29 AM, Peer, Ilan wrote: Hi Ben, -Original Message- From: Ben Greear [mailto:gree...@candelatech.com] Sent: Tuesday, April 07, 2015 19:08 To: Peer, Ilan Cc: linux-wireless@vger.kernel.org Subject: Re: [PATCH 1/2] mac80211_hwsim: Set VHT capabilities only

[PATCH 1/2] mac80211_hwsim: Set VHT capabilities only for the 5.2 GHz band

2015-04-07 Thread Ilan Peer
Previously, VHT capabilities and supported MCSs where set for all bands, although VHT is only allowed on 5.2 GHz band. Fix it. Signed-off-by: Ilan Peer ilan.p...@intel.com --- drivers/net/wireless/mac80211_hwsim.c | 50 +-- 1 file changed, 25 insertions(+), 25

Re: [PATCH 1/2] mac80211_hwsim: Set VHT capabilities only for the 5.2 GHz band

2015-04-07 Thread Ben Greear
On 04/07/2015 09:05 AM, Ilan Peer wrote: Previously, VHT capabilities and supported MCSs where set for all bands, although VHT is only allowed on 5.2 GHz band. Fix it. I saw a patch on ath10k list that enabled VHT for 2.4Ghz for that driver/firmware...are you sure it is absolutely not