[PATCH] ath10k: add amsdu support for monitor mode

2018-10-28 Thread Yu Wang
When processing HTT_T2H_MSG_TYPE_RX_IN_ORD_PADDR_IND, if the length of a msdu is larger than the tailroom of the rx skb, skb_over_panic issue will happen when calling skb_put. In monitor mode, amsdu will be handled in this path, and msdu_len of the first msdu_desc is the length of the entire amsdu,

[PATCH] ath10k: add amsdu support for monitor mode

2018-10-28 Thread Yu Wang
When processing HTT_T2H_MSG_TYPE_RX_IN_ORD_PADDR_IND, if the length of a msdu is larger than the tailroom of the rx skb, skb_over_panic issue will happen when calling skb_put. In monitor mode, amsdu will be handled in this path, and msdu_len of the first msdu_desc is the length of the entire amsdu,

Re: [PATCH] ath10k: add amsdu support for monitor mode

2018-11-06 Thread Kalle Valo
Yu Wang wrote: > When processing HTT_T2H_MSG_TYPE_RX_IN_ORD_PADDR_IND, if the length of a msdu > is larger than the tailroom of the rx skb, skb_over_panic issue will happen > when calling skb_put. In monitor mode, amsdu will be handled in this path, > and > msdu_len of the first msdu_desc is th

Re: [PATCH] ath10k: add amsdu support for monitor mode

2018-12-20 Thread Kalle Valo
Yu Wang wrote: > When processing HTT_T2H_MSG_TYPE_RX_IN_ORD_PADDR_IND, if the length of a msdu > is larger than the tailroom of the rx skb, skb_over_panic issue will happen > when calling skb_put. In monitor mode, amsdu will be handled in this path, > and > msdu_len of the first msdu_desc is th