]> git.baikalelectronics.ru Git - kernel.git/commit
mac80211: move managed mode station state modification
authorJohannes Berg <johannes.berg@intel.com>
Fri, 20 Jan 2012 12:55:17 +0000 (13:55 +0100)
committerJohn W. Linville <linville@tuxdriver.com>
Mon, 6 Feb 2012 19:48:23 +0000 (14:48 -0500)
commitd674befaa70757395f7aa268051680b076206120
tree4d76a97c78142aeb68d19c3ee542f2890aecc5ae
parent484ebc1ff5ecb4a17e12245b5482b2157b4770b2
mac80211: move managed mode station state modification

Move the station state modification right before insert,
this just makes the current code more readable (you can
tell that it's before insertion looking at a single
screenful of code) right now, but some upcoming changes
will require this.

Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
net/mac80211/mlme.c