commit | adf5ace5d8161b962afe90e77922728a425b6933 | [log] [tgz] |
---|---|---|
author | Helmut Schaa <helmut.schaa@googlemail.com> | Thu Dec 08 13:11:55 2011 +0100 |
committer | John W. Linville <linville@tuxdriver.com> | Tue Dec 13 15:30:46 2011 -0500 |
tree | 670f672cf55973083d1baaeb6342b9d57933668a | |
parent | 8cb25e14fe80d0fac42412364df573eb3e8e83cc [diff] |
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 <helmut.schaa@googlemail.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>