mac80211: start moving scan code from mlme
authorJohannes Berg <johannes@sipsolutions.net>
Mon, 8 Sep 2008 15:44:25 +0000 (17:44 +0200)
committerJohn W. Linville <linville@tuxdriver.com>
Thu, 11 Sep 2008 19:53:36 +0000 (15:53 -0400)
commit0a51b27e956bd9580296c48191b78175ed8b5971
treefd48f13e3f8eb75675c1c8d32c7214df2af47814
parentee96d6ef82cc29421569b7cb7f7c7ee90168ec50
mac80211: start moving scan code from mlme

Here's a first patch to move some code from mlme.c to a
new file called scan.c. The end result will hopefully be
a more manageable mlme.c.

Signed-off-by: Johannes Berg <johannes@sipsolutions.net>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
net/mac80211/Makefile
net/mac80211/ieee80211_i.h
net/mac80211/mlme.c
net/mac80211/scan.c [new file with mode: 0644]