All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/8] Enable access category classification on Tx path
@ 2017-06-26 11:43 Aditya Shankar
  2017-06-26 11:43 ` [PATCH v2 1/8] staging: wilc1000: Add support for AC classification Aditya Shankar
                   ` (7 more replies)
  0 siblings, 8 replies; 10+ messages in thread
From: Aditya Shankar @ 2017-06-26 11:43 UTC (permalink / raw)
  To: gregkh, linux-wireless; +Cc: devel, Ganesh.Krishna, Aditya Shankar

This patch series adds changes made to implement access
category based data classification and manages buffers allocation
between different access categories on the Tx path.

Aditya Shankar (8):
  staging: wilc1000: Add support for AC classification.
  staging: wilc1000: Add function to calculate ac queue limit
  staging: wilc1000: WMM classification of data
  staging: wilc1000: Add function to balance packet count
  staging: wilc1000: Add new variable for ac queue management
  staging: wilc1000: Get packet count from firmware
  staging: wilc1000: Change ac based on acm status
  staging: wilc1000: Update ACM bit status

Change in v2:
Add a missing patch in the patchset

 drivers/staging/wilc1000/wilc_wfi_netdevice.h |   1 +
 drivers/staging/wilc1000/wilc_wlan.c          | 136 ++++++++++++++++++++++++++
 drivers/staging/wilc1000/wilc_wlan.h          |  25 +++++
 3 files changed, 162 insertions(+)

-- 
2.7.4

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

end of thread, other threads:[~2017-06-29 14:38 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-06-26 11:43 [PATCH v2 0/8] Enable access category classification on Tx path Aditya Shankar
2017-06-26 11:43 ` [PATCH v2 1/8] staging: wilc1000: Add support for AC classification Aditya Shankar
2017-06-26 11:43 ` [PATCH v2 2/8] staging: wilc1000: Add function to calculate ac queue limit Aditya Shankar
2017-06-26 11:43 ` [PATCH v2 3/8] staging: wilc1000: WMM classification of data Aditya Shankar
2017-06-26 11:43 ` [PATCH v2 4/8] staging: wilc1000: Add function to balance packet count Aditya Shankar
2017-06-26 11:43 ` [PATCH v2 5/8] staging: wilc1000: Add new variable for ac queue management Aditya Shankar
2017-06-29 14:38   ` Greg KH
2017-06-26 11:43 ` [PATCH v2 6/8] staging: wilc1000: Get packet count from firmware Aditya Shankar
2017-06-26 11:43 ` [PATCH v2 7/8] staging: wilc1000: Change ac based on acm status Aditya Shankar
2017-06-26 11:43 ` [PATCH v2 8/8] staging: wilc1000: Update ACM bit status Aditya Shankar

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.