summaryrefslogtreecommitdiffstats
path: root/tools/lib
diff options
context:
space:
mode:
authorGregory Greenman <gregory.greenman@intel.com>2017-08-05 11:44:36 +0300
committerJohannes Berg <johannes.berg@intel.com>2017-09-21 15:28:39 +0200
commitd405fd8cc807c045b23bc2df4a5ab6b85df614f3 (patch)
treee22c3f241572fe403a2de70213cb2561db1e1e3a /tools/lib
parent65026002d69de006e273749bb799d3b01b757eb0 (diff)
downloadlinux-d405fd8cc807c045b23bc2df4a5ab6b85df614f3.tar.bz2
mac80211: recalculate some sta parameters after insertion
Sometimes a station is added already in ASSOC state. For example, in AP mode, when a client station didn't get assoc resp and sends an assoc req again. If a station is inserted when its state is ASSOC or higher, the min chandef and allow_p2p_go_ps should be recalculated again after the insertion. Before this patch the recalculation happened only in sta_info_move_state which occurs before the insertion of the sta and thus even though it calls ieee80211_recalc_min_chandef/_p2p_go_ps_allowed functions, since sdata->local->sta_list is still empty at this point, it doesn't do anything. Signed-off-by: Gregory Greenman <gregory.greenman@intel.com> Signed-off-by: Luca Coelho <luciano.coelho@intel.com> Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Diffstat (limited to 'tools/lib')
0 files changed, 0 insertions, 0 deletions