From: Johannes Berg Date: Tue, 9 Jun 2009 17:48:25 +0000 (+0200) Subject: mac80211: clean up return value of __ieee80211_parse_tx_radiotap X-Git-Tag: v2.6.31-rc1~330^2~64^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=27004b10ce56985d8a010ce966af179f1b34193f;p=pandora-kernel.git 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 Signed-off-by: John W. Linville --- Reading git-diff-tree failed