Re: mt7601u: let mac80211 validate rx CCMP PN

2018-03-13 Thread Kalle Valo
using 4.2.1 and 4.1.3 tests from the WiFi > Alliance vulnerability detection tool. > > Fixes: c869f77d6abb ("add mt7601u driver") > Acked-by: Jakub Kicinski > Tested-by: David Park > Signed-off-by: Lorenzo Bianconi Patch applied to wireless-drivers-next.git, thanks.

[PATCH] mt7601u: let mac80211 validate rx CCMP PN

2018-03-09 Thread Lorenzo Bianconi
Apparently the hardware does not perform CCMP PN validation so let mac80211 take care of possible replay attacks in sw. Moreover indicate ICV and MIC had been stripped setting corresponding bits in ieee80211_rx_status. The fix has been validated using 4.2.1 and 4.1.3 tests from the WiFi Alliance vu