mac80211: move fragment flag to info flag as dont-fragment
authorJohannes Berg <johannes.berg@intel.com>
Fri, 7 Oct 2011 12:01:25 +0000 (14:01 +0200)
committerJohn W. Linville <linville@tuxdriver.com>
Tue, 11 Oct 2011 20:41:19 +0000 (16:41 -0400)
commita26eb27ab430147a82e4a9f2f1ebfadf03d99550
tree105c1b9db15ae37f4d69e22bf666861ed78a540e
parent68f2b517bcbd81cb19321d5ca208d4c0f13b8728
mac80211: move fragment flag to info flag as dont-fragment

The purpose of this is two-fold:
 1) by moving it out of tx_data.flags, we can in
    another patch move the radiotap parsing so it
    no longer is in the hotpath
 2) if a device implements fragmentation but can
    optionally skip it, the radiotap request for
    not doing fragmentation may be honoured

Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
include/net/mac80211.h
net/mac80211/ieee80211_i.h
net/mac80211/tx.c
net/mac80211/wpa.c