All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/6] Probe-resp offloading support
@ 2011-01-23 21:02 Arik Nemtsov
  2011-01-23 21:02 ` [PATCH v2 1/6] nl80211: allow passing SSID in nl80211_set_bss Arik Nemtsov
                   ` (7 more replies)
  0 siblings, 8 replies; 36+ messages in thread
From: Arik Nemtsov @ 2011-01-23 21:02 UTC (permalink / raw)
  To: linux-wireless
  Cc: Luciano Coelho, Johannes Berg, John W. Linville, Arik Nemtsov

Support passing SSID and probe-response template to drivers.
This data can be used to offload the beacon -> probe-req -> probe-resp
process to HW.

v1->v2: Add probe response template configuration

Arik Nemtsov (6):
  nl80211: allow passing SSID in nl80211_set_bss
  nl80211: Pass probe response data to drivers
  mac80211: add SSID for AP mode with change notification
  mac80211: Save probe response data for BSS
  wl12xx: AP mode - support hidden SSID
  wl12xx: configure probe-resp template according to notification

 drivers/net/wireless/wl12xx/cmd.c  |   23 +++++++++-----------
 drivers/net/wireless/wl12xx/main.c |   32 +++++++++++++++++++++++++++-
 include/linux/nl80211.h            |    9 ++++++++
 include/net/cfg80211.h             |    8 +++++++
 include/net/mac80211.h             |   21 ++++++++++++++++++
 net/mac80211/cfg.c                 |   40 ++++++++++++++++++++++++++++++++++++
 net/mac80211/ieee80211_i.h         |    1 +
 net/mac80211/iface.c               |    5 +++-
 net/mac80211/tx.c                  |   31 +++++++++++++++++++++++++++
 net/mac80211/util.c                |    8 ++++++-
 net/wireless/nl80211.c             |   40 ++++++++++++++++++++++++++++++++++++
 11 files changed, 202 insertions(+), 16 deletions(-)


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

end of thread, other threads:[~2011-01-30 22:19 UTC | newest]

Thread overview: 36+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-01-23 21:02 [PATCH v2 0/6] Probe-resp offloading support Arik Nemtsov
2011-01-23 21:02 ` [PATCH v2 1/6] nl80211: allow passing SSID in nl80211_set_bss Arik Nemtsov
2011-01-23 21:02 ` [PATCH v2 2/6] nl80211: Pass probe response data to drivers Arik Nemtsov
2011-01-24 11:35   ` Johannes Berg
2011-01-24 20:47     ` Arik Nemtsov
2011-01-25 10:12       ` Johannes Berg
2011-01-26  6:00         ` Arik Nemtsov
2011-01-26  8:32           ` Johannes Berg
2011-01-26 21:51             ` Arik Nemtsov
2011-01-26 21:55               ` Johannes Berg
2011-01-27 13:29               ` Johannes Berg
2011-01-30 10:34                 ` Arik Nemtsov
2011-01-30 10:44                   ` Johannes Berg
2011-01-23 21:02 ` [PATCH v2 3/6] mac80211: add SSID for AP mode with change notification Arik Nemtsov
2011-01-23 21:02 ` [PATCH v2 4/6] mac80211: Save probe response data for BSS Arik Nemtsov
2011-01-24 11:38   ` Johannes Berg
2011-01-26  5:54     ` Arik Nemtsov
2011-01-23 21:02 ` [PATCH v2 5/6] wl12xx: AP mode - support hidden SSID Arik Nemtsov
2011-01-23 21:02 ` [PATCH v2 6/6] wl12xx: configure probe-resp template according to notification Arik Nemtsov
2011-01-24  9:44 ` [PATCH v2 0/6] Probe-resp offloading support Jouni Malinen
2011-01-24 21:16   ` Arik Nemtsov
2011-01-25  9:41     ` Jouni Malinen
2011-01-26  6:08       ` Arik Nemtsov
2011-01-26  6:24         ` Arik Nemtsov
2011-01-26  9:46           ` Jouni Malinen
2011-01-24 11:41 ` Johannes Berg
2011-01-24 21:21   ` Arik Nemtsov
2011-01-25 10:10     ` Johannes Berg
2011-01-25 10:42       ` Johannes Berg
2011-01-26  6:38         ` Arik Nemtsov
2011-01-26  6:35       ` Arik Nemtsov
2011-01-26  8:44         ` Johannes Berg
2011-01-26 14:04     ` Jouni Malinen
2011-01-30 11:24       ` Arik Nemtsov
2011-01-30 18:37         ` Jouni Malinen
2011-01-30 22:19           ` Arik Nemtsov

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.