commit | a26eb27ab430147a82e4a9f2f1ebfadf03d99550 | [log] [tgz] |
---|---|---|
author | Johannes Berg <johannes.berg@intel.com> | Fri Oct 07 14:01:25 2011 +0200 |
committer | John W. Linville <linville@tuxdriver.com> | Tue Oct 11 16:41:19 2011 -0400 |
tree | 105c1b9db15ae37f4d69e22bf666861ed78a540e | |
parent | 68f2b517bcbd81cb19321d5ca208d4c0f13b8728 [diff] |
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>