commit | 4d33960bf9fa2c0ee82ba7120e7b56c766dd3a86 | [log] [tgz] |
---|---|---|
author | Johannes Berg <johannes.berg@intel.com> | Thu Dec 15 11:24:20 2011 +0100 |
committer | John W. Linville <linville@tuxdriver.com> | Thu Dec 15 14:46:35 2011 -0500 |
tree | b75891edc02c3aa754a9fd32e34f408051e77983 | |
parent | 8bf11d8d081106c3cce8281a0150e716f8ac5d22 [diff] |
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>