public inbox for linux-wireless@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/10] mwifiex: DFS support for mwifiex AP
@ 2015-01-14 16:15 Avinash Patil
  2015-01-14 16:15 ` [PATCH 01/10] mwifiex: do not send regulatory update while starting AP Avinash Patil
                   ` (10 more replies)
  0 siblings, 11 replies; 13+ messages in thread
From: Avinash Patil @ 2015-01-14 16:15 UTC (permalink / raw)
  To: linux-wireless; +Cc: akarwar, cluo, yangyang, gaoqs, Avinash Patil

This patch series adds DFS support for mwifiex AP. Series include
patches to handle cfg80211 start_radar_detection and channel_switch
handlers. First 5 patches are actually refactoring effort. Patch6-10
add these handlers and other DFS handling.

Avinash Patil (10):
  mwifiex: do not send regulatory update while starting AP
  mwifiex: store AP configuration in private structure
  mwifiex: update IEs after AP has started
  mwifiex: refactor start_ap handler
  mwifiex: separate function for parsing head and tail IEs
  mwifiex: add cfg80211 start_radar_detection handler
  mwifiex: support for channel report for radar detection
  mwifiex: handle radar detect event from FW
  mwifiex: channel switch support for mwifiex
  mwifiex: 11h handling for AP interface

 drivers/net/wireless/mwifiex/11h.c         | 196 +++++++++++++++++++++++-
 drivers/net/wireless/mwifiex/cfg80211.c    | 232 +++++++++++++++++++++--------
 drivers/net/wireless/mwifiex/decl.h        |  11 ++
 drivers/net/wireless/mwifiex/fw.h          |  58 ++++++++
 drivers/net/wireless/mwifiex/ie.c          |  89 ++++++-----
 drivers/net/wireless/mwifiex/init.c        |   3 +
 drivers/net/wireless/mwifiex/main.c        |   2 +-
 drivers/net/wireless/mwifiex/main.h        |  31 +++-
 drivers/net/wireless/mwifiex/sta_cmd.c     |   4 +
 drivers/net/wireless/mwifiex/sta_cmdresp.c |   2 +
 drivers/net/wireless/mwifiex/sta_event.c   |  10 ++
 drivers/net/wireless/mwifiex/uap_cmd.c     |  70 +++++++++
 drivers/net/wireless/mwifiex/uap_event.c   |   8 +
 13 files changed, 619 insertions(+), 97 deletions(-)

-- 
1.8.1.4


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

end of thread, other threads:[~2015-01-27  5:45 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-01-14 16:15 [PATCH 00/10] mwifiex: DFS support for mwifiex AP Avinash Patil
2015-01-14 16:15 ` [PATCH 01/10] mwifiex: do not send regulatory update while starting AP Avinash Patil
2015-01-14 16:15 ` [PATCH 02/10] mwifiex: store AP configuration in private structure Avinash Patil
2015-01-14 16:15 ` [PATCH 03/10] mwifiex: update IEs after AP has started Avinash Patil
2015-01-14 16:15 ` [PATCH 04/10] mwifiex: refactor start_ap handler Avinash Patil
2015-01-14 16:15 ` [PATCH 05/10] mwifiex: separate function for parsing head and tail IEs Avinash Patil
2015-01-14 16:15 ` [PATCH 06/10] mwifiex: add cfg80211 start_radar_detection handler Avinash Patil
2015-01-14 16:15 ` [PATCH 07/10] mwifiex: support for channel report for radar detection Avinash Patil
2015-01-14 16:15 ` [PATCH 08/10] mwifiex: handle radar detect event from FW Avinash Patil
2015-01-14 16:15 ` [PATCH 09/10] mwifiex: channel switch support for mwifiex Avinash Patil
2015-01-14 16:15 ` [PATCH 10/10] mwifiex: 11h handling for AP interface Avinash Patil
2015-01-23 19:00 ` [PATCH 00/10] mwifiex: DFS support for mwifiex AP Kalle Valo
2015-01-27 11:14   ` Avinash Patil

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