mac80211: reduce station management complexity
authorJohannes Berg <johannes.berg@intel.com>
Thu, 15 Dec 2011 10:24:20 +0000 (11:24 +0100)
committerJohn W. Linville <linville@tuxdriver.com>
Thu, 15 Dec 2011 19:46:35 +0000 (14:46 -0500)
commit4d33960bf9fa2c0ee82ba7120e7b56c766dd3a86
treeb75891edc02c3aa754a9fd32e34f408051e77983
parent8bf11d8d081106c3cce8281a0150e716f8ac5d22
mac80211: reduce station management complexity

Now that IBSS no longer needs to insert stations
from atomic context, we can get rid of all the
special cases for that, and even get rid of the
sta_lock (though it needs to stay as tim_lock.)

This makes the station management code much more
straight-forward.

Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
net/mac80211/ieee80211_i.h
net/mac80211/sta_info.c
net/mac80211/tx.c
This page took 0.026379 seconds and 5 git commands to generate.