All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/8] mwifiex patches
@ 2016-07-25 15:51 Amitkumar Karwar
  2016-07-25 15:51 ` [PATCH v2 1/8] mwifiex: Fixed endianness problem for big endian platform Amitkumar Karwar
                   ` (7 more replies)
  0 siblings, 8 replies; 10+ messages in thread
From: Amitkumar Karwar @ 2016-07-25 15:51 UTC (permalink / raw)
  To: linux-wireless; +Cc: Cathy Luo, Nishant Sarmukadam, Amitkumar Karwar

This patch series includes couple of fixes and enhancements.

Changes in v2:
  1) Dropped "[5/9] mwifiex: cfg80211 set_default_mgmt_key handler"
     patch in v1 series. We are working on review comment from Jouni
     Malinen.
  2) Removed MWIFIEX_RX_PKT_DROPPED_IN_FW macro in "[6/9] mwifiex:
     process rxba_sync event" and used NULL pointer to indicate dropped
     packet(Kalle Valo).

Amitkumar Karwar (2):
  mwifiex: fix failed to reconnect after interface disabled/enabled
  mwifiex: remove misleading disconnect message

Ganapathi Bhat (2):
  mwifiex: support random MAC address for scanning
  mwifiex: fix radar detection issue

Karthik D A (2):
  mwifiex: Fixed endianness problem for big endian platform
  mwifiex: add region code information in debugfs

Xinming Hu (2):
  mwifiex: process rxba_sync event
  mwifiex: add HT aggregation support for adhoc mode

 drivers/net/wireless/marvell/mwifiex/11h.c         |  27 ++--
 drivers/net/wireless/marvell/mwifiex/11n.h         |   7 +-
 .../net/wireless/marvell/mwifiex/11n_rxreorder.c   |  78 ++++++++++-
 .../net/wireless/marvell/mwifiex/11n_rxreorder.h   |   3 +-
 drivers/net/wireless/marvell/mwifiex/cfg80211.c    |  19 ++-
 drivers/net/wireless/marvell/mwifiex/cmdevt.c      |  18 ++-
 drivers/net/wireless/marvell/mwifiex/debugfs.c     |   2 +
 drivers/net/wireless/marvell/mwifiex/fw.h          |  58 ++++++---
 drivers/net/wireless/marvell/mwifiex/main.h        |   1 +
 drivers/net/wireless/marvell/mwifiex/scan.c        |  16 +++
 drivers/net/wireless/marvell/mwifiex/sta_cmd.c     |  27 ++--
 drivers/net/wireless/marvell/mwifiex/sta_cmdresp.c |   2 +-
 drivers/net/wireless/marvell/mwifiex/sta_event.c   | 144 ++++++++++++++++++++-
 drivers/net/wireless/marvell/mwifiex/uap_event.c   |   7 +-
 14 files changed, 350 insertions(+), 59 deletions(-)

-- 
1.9.1


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

end of thread, other threads:[~2016-09-03  9:58 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-07-25 15:51 [PATCH v2 0/8] mwifiex patches Amitkumar Karwar
2016-07-25 15:51 ` [PATCH v2 1/8] mwifiex: Fixed endianness problem for big endian platform Amitkumar Karwar
2016-09-03  9:58   ` [v2, " Kalle Valo
2016-07-25 15:51 ` [PATCH v2 2/8] mwifiex: add region code information in debugfs Amitkumar Karwar
2016-07-25 15:51 ` [PATCH v2 3/8] mwifiex: fix failed to reconnect after interface disabled/enabled Amitkumar Karwar
2016-07-25 15:51 ` [PATCH v2 4/8] mwifiex: support random MAC address for scanning Amitkumar Karwar
2016-07-25 15:51 ` [PATCH v2 5/8] mwifiex: process rxba_sync event Amitkumar Karwar
2016-07-25 15:51 ` [PATCH v2 6/8] mwifiex: remove misleading disconnect message Amitkumar Karwar
2016-07-25 15:51 ` [PATCH v2 7/8] mwifiex: add HT aggregation support for adhoc mode Amitkumar Karwar
2016-07-25 15:51 ` [PATCH v2 8/8] mwifiex: fix radar detection issue Amitkumar Karwar

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.