This patchset adds support for hardware TX fragmentation offload to mac80211 based drivers. A callback is added to ieee80211_ops to receive fragmentation threshold updates. The added functionality is very similar to the one removed by patch f546638c3f80. This patchset is required for wl1271 based cards. The firmware does not support fragmentation in software and in fact clears the MOREFRAGS flag for TX packets. Arik Nemtsov (4): mac80211: add fragmentation offload definitions mac80211: notify drivers about frag threshold changes mac80211: don't fragment packets when HW-fragmentation is on wl1271: add support for HW TX fragmentation drivers/net/wireless/wl12xx/wl1271_acx.c | 4 +- drivers/net/wireless/wl12xx/wl1271_acx.h | 2 +- drivers/net/wireless/wl12xx/wl1271_init.c | 2 +- drivers/net/wireless/wl12xx/wl1271_main.c | 34 +++++++++++++++++++++++++++- include/net/mac80211.h | 12 ++++++++++ net/mac80211/cfg.c | 7 ++++++ net/mac80211/driver-ops.h | 14 ++++++++++++ net/mac80211/driver-trace.h | 21 +++++++++++++++++ net/mac80211/tx.c | 8 +++++- net/mac80211/util.c | 3 ++ 10 files changed, 99 insertions(+), 8 deletions(-) -- To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html