Re: [PATCH] mac80211: allow AP_VLAN operation on crypto controlled devices

2018-12-03 Thread Alexander Wetzel
yes you just missed that ap_vlan is used for 4addr ap's / wds too so that might be related to the weired handling For my understanding ath10k is supporting 4addr mode with HW ciphers only. (As long as you do now switch it to raw mode manually and forcing SW crypto only.) The code in

Re: [PATCH] mac80211: allow AP_VLAN operation on crypto controlled devices

2018-12-02 Thread Sebastian Gottschall
yes you just missed that ap_vlan is used for 4addr ap's / wds too so that might be related to the weired handling Sebastian Am 02.12.2018 um 14:02 schrieb Alexander Wetzel: Hello, From: Manikanta Pubbisetty In the current implementation, mac80211 advertises the support of AP_VLANs based

Re: [PATCH] mac80211: allow AP_VLAN operation on crypto controlled devices

2018-12-02 Thread Alexander Wetzel
Hello, From: Manikanta Pubbisetty In the current implementation, mac80211 advertises the support of AP_VLANs based on the driver's support for AP mode; it also blocks encrypted AP_VLAN operation on devices advertising SW_CRYPTO_CONTROL. The implementation seems weird in it's current form and

[PATCH] mac80211: allow AP_VLAN operation on crypto controlled devices

2018-03-28 Thread mpubbise
From: Manikanta Pubbisetty In the current implementation, mac80211 advertises the support of AP_VLANs based on the driver's support for AP mode; it also blocks encrypted AP_VLAN operation on devices advertising SW_CRYPTO_CONTROL. The implementation seems weird in it's