mac80211: move frame TX function
authorJohannes Berg <johannes@sipsolutions.net>
Tue, 9 Sep 2008 13:07:09 +0000 (15:07 +0200)
committerJohn W. Linville <linville@tuxdriver.com>
Thu, 11 Sep 2008 19:53:39 +0000 (15:53 -0400)
commite50db65c0dad109aae77c353305853b31555b228
tree1c7f765e172092e2d6d0e63a1faa13c004f79c7a
parent759ef3eb1eeba8ff7411771e7b9cf6bfd6bb9cfe
mac80211: move frame TX function

The ieee80211_sta_tx function isn't MLME code any more,
it's getting used by a lot of code. Move it to utils and
rename it to ieee80211_tx_skb.

Signed-off-by: Johannes Berg <johannes@sipsolutions.net>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
net/mac80211/ht.c
net/mac80211/ieee80211_i.h
net/mac80211/mesh_hwmp.c
net/mac80211/mesh_plink.c
net/mac80211/mlme.c
net/mac80211/scan.c
net/mac80211/spectmgmt.c
net/mac80211/util.c