commit | 5484e23749e78d5a4f56928efaf3c4b0d862b7a6 | [log] [tgz] |
---|---|---|
author | Johannes Berg <johannes@sipsolutions.net> | Mon Sep 08 17:44:27 2008 +0200 |
committer | John W. Linville <linville@tuxdriver.com> | Thu Sep 11 15:53:37 2008 -0400 |
tree | ccfcde072487419d0bf32a88bc8314380d17f1bf | |
parent | 98c8fccfaea838e62ffde2f2e44568844e0e5472 [diff] |
mac80211: move BSS handling to scan code This moves all the BSS list handling out of mlme.c to scan.c, no further changes except fixing kzalloc/atomic_inc/atomic_inc to kzalloc/atomic_set(2). Signed-off-by: Johannes Berg <johannes@sipsolutions.net> Signed-off-by: John W. Linville <linville@tuxdriver.com>