]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
mac80211: move some HT code out of mlme.c
authorJohannes Berg <johannes@sipsolutions.net>
Mon, 8 Sep 2008 15:44:28 +0000 (17:44 +0200)
committerJohn W. Linville <linville@tuxdriver.com>
Thu, 11 Sep 2008 19:53:37 +0000 (15:53 -0400)
commit44d414dbff9d5bf46fc09f2e68567b5848cbbfd3
tree9e55cb581602867a3d8365666b33dd9469ccc084
parent5484e23749e78d5a4f56928efaf3c4b0d862b7a6
mac80211: move some HT code out of mlme.c

Some of the HT code in mlme.c is misplaced:
 * constants/definitions belong to the ieee80211.h header
 * code being used in other modes as well shouldn't be there

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