git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0bffe40
)
mac80211: clean up return value of __ieee80211_parse_tx_radiotap
author
Johannes Berg
<johannes@sipsolutions.net>
Tue, 9 Jun 2009 17:48:25 +0000
(19:48 +0200)
committer
John 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