linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/8] mwifiex change virtual interface enhancements
@ 2015-01-13 11:38 Avinash Patil
  2015-01-13 11:38 ` [PATCH 1/8] mwifiex: remove redundant nick_name variable Avinash Patil
                   ` (7 more replies)
  0 siblings, 8 replies; 12+ messages in thread
From: Avinash Patil @ 2015-01-13 11:38 UTC (permalink / raw)
  To: linux-wireless; +Cc: akarwar, cluo, yangyang, 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          |   8 +-
 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, 560 insertions(+), 232 deletions(-)

-- 
1.8.1.4


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

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

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-01-13 11:38 [PATCH 0/8] mwifiex change virtual interface enhancements Avinash Patil
2015-01-13 11:38 ` [PATCH 1/8] mwifiex: remove redundant nick_name variable Avinash Patil
2015-01-23 17:22   ` [1/8] " Kalle Valo
2015-01-23 17:28     ` Kalle Valo
2015-01-27 11:15       ` Avinash Patil
2015-01-13 11:38 ` [PATCH 2/8] mwifiex: set wiphy params only once Avinash Patil
2015-01-13 11:38 ` [PATCH 3/8] mwifiex: do not declare wdev as pointer Avinash Patil
2015-01-13 11:38 ` [PATCH 4/8] mwifiex: store permanant mac address in adapter structure Avinash Patil
2015-01-13 11:38 ` [PATCH 5/8] mwifiex: add init parameter to init command routine Avinash Patil
2015-01-13 11:38 ` [PATCH 6/8] mwifiex: manage virtual interface limits efficiently Avinash Patil
2015-01-13 11:38 ` [PATCH 7/8] mwifiex: handle PS events on AP interface as well Avinash Patil
2015-01-13 11:38 ` [PATCH 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).