mac80211: split ieee80211_txrx_result
authorJohannes Berg <johannes@sipsolutions.net>
Thu, 31 Jan 2008 18:48:20 +0000 (19:48 +0100)
committerJohn W. Linville <linville@tuxdriver.com>
Fri, 29 Feb 2008 20:37:01 +0000 (15:37 -0500)
commit9ae54c8463691b64ca6e6d8680787a6527810984
tree02ace411ce3ba8eb8d1862852f52ff042fd59290
parent78330fddec4e326af5e6aede0fc97824c690ba1d
mac80211: split ieee80211_txrx_result

The _DROP result will need to be split in the RX path but not
in the TX path, so for preparation split up the type into two
types, one for RX and one for TX. Also make sure (via sparse)
that they cannot be confused.

Signed-off-by: Johannes Berg <johannes@sipsolutions.net>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
net/mac80211/ieee80211_i.h
net/mac80211/ieee80211_sta.c
net/mac80211/rx.c
net/mac80211/tx.c
net/mac80211/wep.c
net/mac80211/wep.h
net/mac80211/wpa.c
net/mac80211/wpa.h