]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitcf86f7457c1cca4c3b43220b2ef484dc8d217aa8
treefd48f13e3f8eb75675c1c8d32c7214df2af47814
parent4382a199f745862b1e32a435bfbd188d1ec9421b
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]