]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitfe2ccf2dfbf39d2dc5ee9b17288c833bb10e15a0
tree105c1b9db15ae37f4d69e22bf666861ed78a540e
parent37f79238d89b54a0e8967f60394105e511cb7041
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