linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/8] mwifiex change virtual interface enhancements
@ 2015-01-28 10:11 Avinash Patil
  2015-01-28 10:11 ` [PATCH v2 1/8] mwifiex: remove redundant nick_name variable Avinash Patil
                   ` (7 more replies)
  0 siblings, 8 replies; 10+ messages in thread
From: Avinash Patil @ 2015-01-28 10:11 UTC (permalink / raw)
  To: linux-wireless; +Cc: akarwar, cluo, Avinash Patil

This patch series is enhancement for change virtual interface
handling in mwifiex. With this series in, now we remove coupling
between netdev and FW supported interface combination. Now conversion
from any type of supported interface types to any other type is possible.

Avinash Patil (8):
  mwifiex: remove redundant nick_name variable
  mwifiex: set wiphy params only once
  mwifiex: do not declare wdev as pointer
  mwifiex: store permanant mac address in adapter structure
  mwifiex: add init parameter to init command routine
  mwifiex: manage virtual interface limits efficiently
  mwifiex: handle PS events on AP interface as well
  mwifiex: support conversion to any virtual interface type

 drivers/net/wireless/mwifiex/11h.c           |   2 +-
 drivers/net/wireless/mwifiex/11n.c           |   4 +-
 drivers/net/wireless/mwifiex/11n_rxreorder.c |   2 +-
 drivers/net/wireless/mwifiex/cfg80211.c      | 584 ++++++++++++++++++++-------
 drivers/net/wireless/mwifiex/cfp.c           |   4 +-
 drivers/net/wireless/mwifiex/cmdevt.c        |  40 +-
 drivers/net/wireless/mwifiex/decl.h          |  10 +
 drivers/net/wireless/mwifiex/init.c          |   7 +-
 drivers/net/wireless/mwifiex/main.c          |   9 +-
 drivers/net/wireless/mwifiex/main.h          |  29 +-
 drivers/net/wireless/mwifiex/scan.c          |  10 +-
 drivers/net/wireless/mwifiex/sta_cmd.c       |  13 +-
 drivers/net/wireless/mwifiex/sta_event.c     |   2 +-
 drivers/net/wireless/mwifiex/sta_ioctl.c     |  32 +-
 drivers/net/wireless/mwifiex/txrx.c          |   2 +-
 drivers/net/wireless/mwifiex/uap_event.c     |  39 ++
 drivers/net/wireless/mwifiex/util.c          |   2 +-
 17 files changed, 559 insertions(+), 232 deletions(-)

-- 
1.8.1.4


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

end of thread, other threads:[~2015-01-29  8:21 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-01-28 10:11 [PATCH v2 0/8] mwifiex change virtual interface enhancements Avinash Patil
2015-01-28 10:11 ` [PATCH v2 1/8] mwifiex: remove redundant nick_name variable Avinash Patil
2015-01-29  8:21   ` [v2,1/8] " Kalle Valo
2015-01-28 10:11 ` [PATCH v2 2/8] mwifiex: set wiphy params only once Avinash Patil
2015-01-28 10:12 ` [PATCH v2 3/8] mwifiex: do not declare wdev as pointer Avinash Patil
2015-01-28 10:12 ` [PATCH v2 4/8] mwifiex: store permanant mac address in adapter structure Avinash Patil
2015-01-28 10:12 ` [PATCH v2 5/8] mwifiex: add init parameter to init command routine Avinash Patil
2015-01-28 10:12 ` [PATCH v2 6/8] mwifiex: manage virtual interface limits efficiently Avinash Patil
2015-01-28 10:12 ` [PATCH v2 7/8] mwifiex: handle PS events on AP interface as well Avinash Patil
2015-01-28 10:12 ` [PATCH v2 8/8] mwifiex: support conversion to any virtual interface type Avinash Patil

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