Re: [ath9k-devel] [PATCH 7/7] ath10k: strip protected flag

2013-04-30 Thread Kalle Valo
Michal Kazior writes: > On 30/04/13 09:58, Kalle Valo wrote: >> Michal Kazior writes: >> >>> We already do decryption and all crypto >>> verification in HW. mac80211 tries to verify CCMP >>> for fragmented rx and fails without this patch. >>> >>> This fixes fragmented rx on CCMP networks. >>> >>

Re: [ath9k-devel] [PATCH 7/7] ath10k: strip protected flag

2013-04-30 Thread Michal Kazior
On 30/04/13 09:58, Kalle Valo wrote: > Michal Kazior writes: > >> We already do decryption and all crypto >> verification in HW. mac80211 tries to verify CCMP >> for fragmented rx and fails without this patch. >> >> This fixes fragmented rx on CCMP networks. >> >> Signed-off-by: Michal Kazior > >

Re: [ath9k-devel] [PATCH 7/7] ath10k: strip protected flag

2013-04-30 Thread Kalle Valo
Michal Kazior writes: > We already do decryption and all crypto > verification in HW. mac80211 tries to verify CCMP > for fragmented rx and fails without this patch. > > This fixes fragmented rx on CCMP networks. > > Signed-off-by: Michal Kazior [...] > - if (info->encrypt_type != HTT_RX_M

[ath9k-devel] [PATCH 7/7] ath10k: strip protected flag

2013-04-26 Thread Michal Kazior
We already do decryption and all crypto verification in HW. mac80211 tries to verify CCMP for fragmented rx and fails without this patch. This fixes fragmented rx on CCMP networks. Signed-off-by: Michal Kazior --- drivers/net/wireless/ath/ath10k/txrx.c |7 ++- 1 file changed, 6 insertio