linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/5] wilc1000: added WMM support and minor fixes
@ 2020-11-25 11:41 Ajay.Kathat
  2020-11-25 11:41 ` [PATCH 2/5] wilc1000: free resource in wilc_wlan_txq_add_net_pkt() for failure path Ajay.Kathat
                   ` (4 more replies)
  0 siblings, 5 replies; 7+ messages in thread
From: Ajay.Kathat @ 2020-11-25 11:41 UTC (permalink / raw)
  To: linux-wireless, kvalo; +Cc: Claudiu.Beznea, Sripad.Balwadgi, Ajay.Kathat

From: Ajay Singh <ajay.kathat@microchip.com>

The patch series include changes to add WMM support. Also few patches
to handle issues in failure path.

Ajay Singh (5):
  wilc1000: added 'ndo_set_mac_address' callback support
  wilc1000: free resource in wilc_wlan_txq_add_net_pkt() for failure
    path
  wilc1000: free resource in wilc_wlan_txq_add_mgmt_pkt() for failure
    path
  wilc1000: call complete() for failure in wilc_wlan_txq_add_cfg_pkt()
  wilc1000: added queue support for WMM

 .../wireless/microchip/wilc1000/cfg80211.c    |   7 +-
 drivers/net/wireless/microchip/wilc1000/hif.c |  17 +
 drivers/net/wireless/microchip/wilc1000/hif.h |   1 +
 .../net/wireless/microchip/wilc1000/netdev.c  |  38 ++
 .../net/wireless/microchip/wilc1000/netdev.h  |  11 +-
 .../net/wireless/microchip/wilc1000/wlan.c    | 335 ++++++++++++++----
 .../net/wireless/microchip/wilc1000/wlan.h    |  30 ++
 7 files changed, 373 insertions(+), 66 deletions(-)

-- 
2.24.0

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

end of thread, other threads:[~2020-12-02 19:39 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-11-25 11:41 [PATCH 0/5] wilc1000: added WMM support and minor fixes Ajay.Kathat
2020-11-25 11:41 ` [PATCH 2/5] wilc1000: free resource in wilc_wlan_txq_add_net_pkt() for failure path Ajay.Kathat
2020-11-25 11:41 ` [PATCH 1/5] wilc1000: added 'ndo_set_mac_address' callback support Ajay.Kathat
2020-12-02 19:38   ` Kalle Valo
2020-11-25 11:41 ` [PATCH 3/5] wilc1000: free resource in wilc_wlan_txq_add_mgmt_pkt() for failure path Ajay.Kathat
2020-11-25 11:41 ` [PATCH 4/5] wilc1000: call complete() for failure in wilc_wlan_txq_add_cfg_pkt() Ajay.Kathat
2020-11-25 11:41 ` [PATCH 5/5] wilc1000: added queue support for WMM Ajay.Kathat

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