All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v6 0/6] add scan flags support
@ 2012-10-18  6:34 Bing Zhao
  2012-10-18  6:34 ` [PATCH v6 1/6] {nl,cfg}80211: add a flags word to scan requests Bing Zhao
                   ` (5 more replies)
  0 siblings, 6 replies; 14+ messages in thread
From: Bing Zhao @ 2012-10-18  6:34 UTC (permalink / raw)
  To: linux-wireless
  Cc: Johannes Berg, John W. Linville, Sam Leffler, Amitkumar Karwar,
	Bing Zhao

v6: move enum nl80211_scan_flags placeholder from 1/6 to 3/6,
    and merge with new flag in 3/6 to avoid breaking build in 1/6.
    This makes patch series friendly to bisect. (Fengguang Wu)

    Other 4 patches are not changed.

---
Amitkumar Karwar (1):
  cfg80211: code rearrangement to avoid forward declarations

Johannes Berg (1):
  wireless: use OR operation to set wiphy features

Sam Leffler (4):
  {nl,cfg}80211: add a flags word to scan requests
  cfg80211: add scan flag to indicate its priority
  cfg80211: add support for flushing old scan results
  mac80211: add support for tx to abort low priority scan requests

 drivers/net/wireless/ath/ath6kl/cfg80211.c |    2 +-
 drivers/net/wireless/mwifiex/cfg80211.c    |    4 +-
 include/net/cfg80211.h                     |    7 ++
 include/uapi/linux/nl80211.h               |   23 +++++
 net/mac80211/ieee80211_i.h                 |    2 +
 net/mac80211/main.c                        |    9 ++-
 net/mac80211/scan.c                        |   21 ++++-
 net/wireless/core.c                        |    2 +
 net/wireless/nl80211.c                     |   30 +++++++
 net/wireless/scan.c                        |  120 +++++++++++++++++-----------
 net/wireless/sme.c                         |    1 +
 11 files changed, 164 insertions(+), 57 deletions(-)


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

end of thread, other threads:[~2012-10-24  9:10 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-10-18  6:34 [PATCH v6 0/6] add scan flags support Bing Zhao
2012-10-18  6:34 ` [PATCH v6 1/6] {nl,cfg}80211: add a flags word to scan requests Bing Zhao
2012-10-18  6:34 ` [PATCH v6 2/6] cfg80211: code rearrangement to avoid forward declarations Bing Zhao
2012-10-18  6:34 ` [PATCH v6 3/6] cfg80211: add scan flag to indicate its priority Bing Zhao
2012-10-18  7:26   ` Arend van Spriel
2012-10-18 18:44     ` Bing Zhao
2012-10-19  8:00       ` Arend van Spriel
2012-10-18  6:34 ` [PATCH v6 4/6] wireless: use OR operation to set wiphy features Bing Zhao
2012-10-24  8:59   ` Kalle Valo
2012-10-24  9:01     ` Johannes Berg
2012-10-24  9:03       ` Kalle Valo
2012-10-24  9:10         ` Johannes Berg
2012-10-18  6:34 ` [PATCH v6 5/6] cfg80211: add support for flushing old scan results Bing Zhao
2012-10-18  6:34 ` [PATCH v6 6/6] mac80211: add support for tx to abort low priority scan requests Bing Zhao

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.