On Wed, 2020-08-12 at 13:35 +0530, P Praneesh wrote: > Since transmit control port uses same callback for both > (ieee80211_subif_start_xmit) ethernet mode and native > wifi mode, which causes authentication issue (M2 Handshake failure) > in ethernet mode with encryption(psk2+ccmp). > This will also be an issue for hw/fw which doesn't support per > packet tx/rx encap/decap. > > Added hardware encap check to filter out ethernet mode > packets to follow ieee80211_subif_start_xmit_8023 path. This has some major conflicts with Felix's work, please check if that is already fixing the issue. I think it is. johannes