Re: [PATCHv4] mac80211: fix A-MSDU outer SA/DA

2016-10-13 Thread Felix Fietkau
On 2016-10-13 07:41, Michael Braun wrote: > According to IEEE 802.11-2012 section 8.3.2 table 8-19, the outer SA/DA > of A-MSDU frames need to be changed depending on FromDS/ToDS values. > > Signed-off-by: Michael Braun > > -- > v4: > - h_80211_src/dst has been

Re: [PATCHv4] mac80211: fix A-MSDU outer SA/DA

2016-10-13 Thread Johannes Berg
Hi, I think this looks good now. I'd prefer, however, doing the reorg that gets rid of the memcpy() separately, that's now more or less orthogonal to the changes you're making. I suspect it's due to you having just edited the original, rather than starting from scratch, but I think it makes sense