linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/4] Add support for fragmentation offload
@ 2010-11-03 21:50 Arik Nemtsov
  2010-11-03 21:50 ` [PATCH 1/4] mac80211: add fragmentation offload definitions Arik Nemtsov
                   ` (3 more replies)
  0 siblings, 4 replies; 8+ messages in thread
From: Arik Nemtsov @ 2010-11-03 21:50 UTC (permalink / raw)
  To: linux-wireless, Luciano Coelho; +Cc: Arik Nemtsov

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(-)


^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2010-11-04  9:49 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-11-03 21:50 [PATCH 0/4] Add support for fragmentation offload Arik Nemtsov
2010-11-03 21:50 ` [PATCH 1/4] mac80211: add fragmentation offload definitions Arik Nemtsov
2010-11-03 21:50 ` [PATCH 2/4] mac80211: notify drivers about frag threshold changes Arik Nemtsov
2010-11-03 21:50 ` [PATCH 3/4] mac80211: don't fragment packets when HW-fragmentation is on Arik Nemtsov
2010-11-04  2:15   ` Johannes Berg
2010-11-04  5:34     ` Arik Nemtsov
2010-11-04  9:52       ` Luciano Coelho
2010-11-03 21:50 ` [PATCH 4/4] wl1271: add support for HW TX fragmentation Arik Nemtsov

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).