[PATCH] rt2800usb: enable MFP if hw crypt is disabled

2016-04-19 Thread Chun-Yeow Yeoh
If rt2800usb is loaded with nohwcrypt=1, mac80211 takes care of the crypto with software encryption/decryption and thus, MFP can be used. Tested for secured mesh using ath9k_htc and ath9k. Signed-off-by: Chun-Yeow Yeoh --- drivers/net/wireless/ralink/rt2x00/rt2800usb.c | 1 + 1 file changed, 1

Re: [PATCH] rt2800usb: enable MFP if hw crypt is disabled

2016-04-20 Thread Stanislaw Gruszka
On Wed, Apr 20, 2016 at 02:59:32PM +0800, Chun-Yeow Yeoh wrote: > If rt2800usb is loaded with nohwcrypt=1, mac80211 takes > care of the crypto with software encryption/decryption > and thus, MFP can be used. > > Tested for secured mesh using ath9k_htc and ath9k. > > Signed-off-by: Chun-Yeow Yeoh

Re: [PATCH] rt2800usb: enable MFP if hw crypt is disabled

2016-04-20 Thread Yeoh Chun-Yeow
Noted. Patch v2 sent. Chun-Yeow On Thu, Apr 21, 2016 at 12:04 AM, Stanislaw Gruszka wrote: > On Wed, Apr 20, 2016 at 02:59:32PM +0800, Chun-Yeow Yeoh wrote: >> If rt2800usb is loaded with nohwcrypt=1, mac80211 takes >> care of the crypto with software encryption/decryption >> and thus, MFP