commit | 9ae54c8463691b64ca6e6d8680787a6527810984 | [log] [tgz] |
---|---|---|
author | Johannes Berg <johannes@sipsolutions.net> | Thu Jan 31 19:48:20 2008 +0100 |
committer | John W. Linville <linville@tuxdriver.com> | Fri Feb 29 15:37:01 2008 -0500 |
tree | 02ace411ce3ba8eb8d1862852f52ff042fd59290 | |
parent | 78330fddec4e326af5e6aede0fc97824c690ba1d [diff] |
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>