summaryrefslogtreecommitdiff
path: root/net/mac80211/tdls.c
diff options
context:
space:
mode:
authorMichal Kazior <michal.kazior@tieto.com>2015-05-19 14:13:36 +0200
committerJohannes Berg <johannes.berg@intel.com>2015-05-20 15:08:36 +0200
commit464daaf04cb633ae1530652fd23cdea0f0d21dd5 (patch)
tree54984a15dfc4f0f0a9b0b8a22d6e9ceff5f18270 /net/mac80211/tdls.c
parentf8bdbb584749420da1a7fea8cc1df18e5c2c4d6c (diff)
mac80211: check fast-xmit on station change
Drivers with fast-xmit (e.g. ath10k) running in AP_VLAN setups would fail to communicate with connected 4addr stations. The reason was when new station associates it first goes into master AP interface. It is not until later that a dedicated AP_VLAN is created for it and the station itself is moved there. After that Tx directed at the station should use 4addr header. However fast-xmit wasn't recalculated and 3addr header remained to be used. This in turn caused the connected 4addr stations to drop packets coming from the AP until some other event would cause fast-xmit to recalculate for that station (which could never come). Signed-off-by: Michal Kazior <michal.kazior@tieto.com> Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Diffstat (limited to 'net/mac80211/tdls.c')
0 files changed, 0 insertions, 0 deletions