linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 00/17] rsi: station enhancements
@ 2017-06-23 14:07 Amitkumar Karwar
  2017-06-23 14:07 ` [PATCH 01/17] rsi: add common structures needed for command packets Amitkumar Karwar
                   ` (17 more replies)
  0 siblings, 18 replies; 20+ messages in thread
From: Amitkumar Karwar @ 2017-06-23 14:07 UTC (permalink / raw)
  To: Kalle Valo; +Cc: linux-wireless, Amitkumar Karwar, Amitkumar Karwar

We have internal management frames(commands) sent to firmware for
various configurations. This patch defines some common structures
which can be shared by those frames. Key handling and regulatory
enhancements are also includesd. With this patch series included,
station can connect to security enabled AP and send/receive data. 

Prameela Rani Garnepudi (17):
  rsi: add common structures needed for command packets
  rsi: immediate wakeup bit and priority for TX command packets
  rsi: Update in tx command frame radio capabilities
  rsi: remove unnecessary check for 802.11 management packet
  rsi: Update peer notify command frame
  rsi: Update aggregation parameters command frame
  rsi: Update baseband RF programming frame
  rsi: update set_channel command frame
  rsi: update vap capabilities command frame
  rsi: update set_key command frame
  rsi: set_key enhancements
  rsi: update autorate request command frame
  rsi: block/unblock data queues as per connection status
  rsi: update tx command frame block/unblock data
  rsi: Remove internal header from Tx status skb
  rsi: Send rx filter frame to device when interface is down
  rsi: regulatory enhancements

 drivers/net/wireless/rsi/rsi_91x_mac80211.c |  63 ++++-
 drivers/net/wireless/rsi/rsi_91x_mgmt.c     | 382 ++++++++++++++--------------
 drivers/net/wireless/rsi/rsi_main.h         |  18 +-
 drivers/net/wireless/rsi/rsi_mgmt.h         | 143 ++++++++++-
 4 files changed, 399 insertions(+), 207 deletions(-)

-- 
2.7.4

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

end of thread, other threads:[~2017-06-28  6:31 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-06-23 14:07 [PATCH 00/17] rsi: station enhancements Amitkumar Karwar
2017-06-23 14:07 ` [PATCH 01/17] rsi: add common structures needed for command packets Amitkumar Karwar
2017-06-23 14:07 ` [PATCH 02/17] rsi: immediate wakeup bit and priority for TX " Amitkumar Karwar
2017-06-23 14:07 ` [PATCH 03/17] rsi: Update in tx command frame radio capabilities Amitkumar Karwar
2017-06-23 14:07 ` [PATCH 04/17] rsi: remove unnecessary check for 802.11 management packet Amitkumar Karwar
2017-06-23 14:07 ` [PATCH 05/17] rsi: Update peer notify command frame Amitkumar Karwar
2017-06-23 14:07 ` [PATCH 06/17] rsi: Update aggregation parameters " Amitkumar Karwar
2017-06-23 14:07 ` [PATCH 07/17] rsi: Update baseband RF programming frame Amitkumar Karwar
2017-06-23 14:07 ` [PATCH 08/17] rsi: update set_channel command frame Amitkumar Karwar
2017-06-23 14:07 ` [PATCH 09/17] rsi: update vap capabilities " Amitkumar Karwar
2017-06-23 14:07 ` [PATCH 10/17] rsi: update set_key " Amitkumar Karwar
2017-06-23 14:07 ` [PATCH 11/17] rsi: set_key enhancements Amitkumar Karwar
2017-06-23 14:07 ` [PATCH 12/17] rsi: update autorate request command frame Amitkumar Karwar
2017-06-23 14:07 ` [PATCH 13/17] rsi: block/unblock data queues as per connection status Amitkumar Karwar
2017-06-23 14:07 ` [PATCH 14/17] rsi: update tx command frame block/unblock data Amitkumar Karwar
2017-06-23 14:07 ` [PATCH 15/17] rsi: Remove internal header from Tx status skb Amitkumar Karwar
2017-06-23 14:07 ` [PATCH 16/17] rsi: Send rx filter frame to device when interface is down Amitkumar Karwar
2017-06-23 14:07 ` [PATCH 17/17] rsi: regulatory enhancements Amitkumar Karwar
2017-06-27 14:26 ` [PATCH 00/17] rsi: station enhancements Kalle Valo
2017-06-28  6:31   ` Amitkumar Karwar

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