From: Helmut Schaa Date: Thu, 8 Dec 2011 12:11:55 +0000 (+0100) Subject: mac80211: Make use of ieee80211_is_* functions in tx status path X-Git-Tag: v3.3-rc1~182^2~178^2~118 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=adf5ace5d8161b962afe90e77922728a425b6933;p=pandora-kernel.git mac80211: Make use of ieee80211_is_* functions in tx status path Use ieee80211_is_data, ieee80211_is_mgmt and ieee80211_is_first_frag in the tx status path. This makes the code easier to read and allows us to remove two local variables: frag and type. Signed-off-by: Helmut Schaa Signed-off-by: John W. Linville --- Reading git-diff-tree failed