erikarn / athp

freebsd ath10k port
48 stars 15 forks source link

athp_send_mgmt() filters out too much #43

Open erikarn opened 4 years ago

erikarn commented 4 years ago

This manifests as a station thinking it's still associated but the athp + hostap combo not; net80211 sends unauthed error mgmt frames back to the station but because the subtype matches QOSNULL they're dropped.

my athp_send_mgmt() routine was an initial hack to filter out scan related frames before we had proper offloaded scan support and yes, QOSNULL / NO_DATA frames won't show up in this transmit path.