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)
commit27004b10ce56985d8a010ce966af179f1b34193f
tree4646125665fa26e4ac00014d11c0b12c1a7f0952
parent0bffe40f21e2ddc5215b1faec4e8dbbc215e7d4d
mac80211: clean up return value of __ieee80211_parse_tx_radiotap

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>
net/mac80211/tx.c