mac80211: clean up return value of __ieee80211_parse_tx_radiotap
authorJohannes Berg <johannes@sipsolutions.net>
Tue, 9 Jun 2009 17:48:25 +0000 (19:48 +0200)
committerJohn W. Linville <linville@tuxdriver.com>
Wed, 10 Jun 2009 17:28:39 +0000 (13:28 -0400)
The return type has more than two values, but it can validly
only ever return TX_DROP and TX_CONTINUE, so use a bool
instead of ieee80211_tx_result.

Signed-off-by: Johannes Berg <johannes@sipsolutions.net>
Signed-off-by: John W. Linville <linville@tuxdriver.com>

No differences found