Linux wireless drivers development
 help / color / mirror / Atom feed
* [PATCH v3 0/5] add scan flags support
@ 2012-10-04  4:47 Bing Zhao
  2012-10-04  4:47 ` [PATCH v3 1/5] {nl,cfg}80211: add a flags word to scan requests Bing Zhao
                   ` (5 more replies)
  0 siblings, 6 replies; 11+ messages in thread
From: Bing Zhao @ 2012-10-04  4:47 UTC (permalink / raw)
  To: linux-wireless
  Cc: Johannes Berg, John W. Linville, Sam Leffler, Amitkumar Karwar,
	Avinash Patil, Nishant Sarmukadam, Frank Huang, Bing Zhao

This is the v3 series prepared by Amitkumar Karwar.

1/5: Remove unnecessary "enum cfg80211_scan_flags" (Johannes Berg)
     Add missing check for "nla_put_u32(msg, NL80211_ATTR_SCAN_FLAGS"
     (Johannes Berg)

2/5: Add WIPHY_FLAG_LOW_PRIORITY_SCAN flag so that device can advertise
     low priority scan capability. An error will be returned to the
     application if device doesn't support this feature.
     Flush scan table feature is by default enabled.
     (Johannes Berg)

3/5, 4/5: Rearrange the code to avoid static forward declarations.
     (Johannes Berg)

5/5: Removed use of unlikely() macro (Johannes Berg)
     Advertise low priority scan capability (Johannes Berg)

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

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

 include/linux/nl80211.h    |   19 +++++++
 include/net/cfg80211.h     |    9 +++
 net/mac80211/ieee80211_i.h |    2 +
 net/mac80211/main.c        |    3 +-
 net/mac80211/scan.c        |   21 ++++++--
 net/wireless/nl80211.c     |   22 ++++++++
 net/wireless/scan.c        |  119 ++++++++++++++++++++++++++-----------------
 net/wireless/sme.c         |    1 +
 8 files changed, 144 insertions(+), 52 deletions(-)


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

end of thread, other threads:[~2012-10-11 12:30 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-10-04  4:47 [PATCH v3 0/5] add scan flags support Bing Zhao
2012-10-04  4:47 ` [PATCH v3 1/5] {nl,cfg}80211: add a flags word to scan requests Bing Zhao
2012-10-04  4:47 ` [PATCH v3 2/5] cfg80211: add scan flag to indicate its priority Bing Zhao
2012-10-10  8:16   ` Johannes Berg
2012-10-04  4:47 ` [PATCH v3 3/5] cfg80211: code rearrangement to avoid forward declarations Bing Zhao
2012-10-04  4:47 ` [PATCH v3 4/5] cfg80211: add support for flushing old scan results Bing Zhao
2012-10-04  4:47 ` [PATCH v3 5/5] mac80211: add support for tx to abort low priority scan requests Bing Zhao
2012-10-10  8:18 ` [PATCH v3 0/5] add scan flags support Johannes Berg
2012-10-10 13:56   ` Amitkumar Karwar
2012-10-11 12:14     ` Johannes Berg
2012-10-11 12:29       ` Amitkumar Karwar

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox