All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/11] staging: wfx: clean up HIF API
@ 2020-04-06 11:17 ` Jerome Pouiller
  0 siblings, 0 replies; 24+ messages in thread
From: Jerome Pouiller @ 2020-04-06 11:17 UTC (permalink / raw)
  To: devel, linux-wireless
  Cc: netdev, linux-kernel, Greg Kroah-Hartman, Kalle Valo,
	David S . Miller, Jérôme Pouiller

From: Jérôme Pouiller <jerome.pouiller@silabs.com>

Hello all,

This series try to clean up the Hardware InterFace (HIF) API of the
wfx driver.

Notice it intended to be applied on top of Pull-Request named
"staging: wfx: rework the Tx queue".

Jérôme Pouiller (11):
  staging: wfx: drop unused WFX_LINK_ID_GC_TIMEOUT
  staging: wfx: relocate LINK_ID_NO_ASSOC and MAX_STA_IN_AP_MODE to hif
    API
  staging: wfx: relocate TX_RETRY_POLICY_MAX and TX_RETRY_POLICY_INVALID
    to hif API
  staging: wfx: remove unused definitions from the hif API
  staging: wfx: remove useless defines
  staging: wfx: fix endianness of hif API
  staging: wfx: align members declarations in hif API
  staging: wfx: place hif_tx_mib functions into a .c file
  staging: wfx: allow to connect an IBSS with an existing SSID
  staging: wfx: make hif_ie_table_entry const
  staging: wfx: send just necessary bytes

 drivers/staging/wfx/Makefile          |   1 +
 drivers/staging/wfx/data_tx.c         |  20 +-
 drivers/staging/wfx/data_tx.h         |   2 +-
 drivers/staging/wfx/hif_api_cmd.h     | 625 ++++++++++++------------
 drivers/staging/wfx/hif_api_general.h | 429 +++++++---------
 drivers/staging/wfx/hif_api_mib.h     | 671 ++++++++++----------------
 drivers/staging/wfx/hif_tx.c          |   2 +-
 drivers/staging/wfx/hif_tx_mib.c      | 397 +++++++++++++++
 drivers/staging/wfx/hif_tx_mib.h      | 435 ++---------------
 drivers/staging/wfx/key.c             |   1 +
 drivers/staging/wfx/main.c            |   2 +-
 drivers/staging/wfx/queue.h           |   3 -
 drivers/staging/wfx/sta.c             |   5 +-
 13 files changed, 1185 insertions(+), 1408 deletions(-)
 create mode 100644 drivers/staging/wfx/hif_tx_mib.c

-- 
2.25.1


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

end of thread, other threads:[~2020-04-06 11:34 UTC | newest]

Thread overview: 24+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-04-06 11:17 [PATCH 00/11] staging: wfx: clean up HIF API Jerome Pouiller
2020-04-06 11:17 ` Jerome Pouiller
2020-04-06 11:17 ` [PATCH 01/11] staging: wfx: drop unused WFX_LINK_ID_GC_TIMEOUT Jerome Pouiller
2020-04-06 11:17   ` Jerome Pouiller
2020-04-06 11:17 ` [PATCH 02/11] staging: wfx: relocate LINK_ID_NO_ASSOC and MAX_STA_IN_AP_MODE to hif API Jerome Pouiller
2020-04-06 11:17   ` Jerome Pouiller
2020-04-06 11:17 ` [PATCH 03/11] staging: wfx: relocate TX_RETRY_POLICY_MAX and TX_RETRY_POLICY_INVALID " Jerome Pouiller
2020-04-06 11:17   ` Jerome Pouiller
2020-04-06 11:17 ` [PATCH 04/11] staging: wfx: remove unused definitions from the " Jerome Pouiller
2020-04-06 11:17   ` Jerome Pouiller
2020-04-06 11:17 ` [PATCH 05/11] staging: wfx: remove useless defines Jerome Pouiller
2020-04-06 11:17   ` Jerome Pouiller
2020-04-06 11:17 ` [PATCH 06/11] staging: wfx: fix endianness of hif API Jerome Pouiller
2020-04-06 11:17   ` Jerome Pouiller
2020-04-06 11:17 ` [PATCH 07/11] staging: wfx: align members declarations in " Jerome Pouiller
2020-04-06 11:17   ` Jerome Pouiller
2020-04-06 11:17 ` [PATCH 08/11] staging: wfx: place hif_tx_mib functions into a .c file Jerome Pouiller
2020-04-06 11:17   ` Jerome Pouiller
2020-04-06 11:17 ` [PATCH 09/11] staging: wfx: allow to connect an IBSS with an existing SSID Jerome Pouiller
2020-04-06 11:17   ` Jerome Pouiller
2020-04-06 11:17 ` [PATCH 10/11] staging: wfx: make hif_ie_table_entry const Jerome Pouiller
2020-04-06 11:17   ` Jerome Pouiller
2020-04-06 11:17 ` [PATCH 11/11] staging: wfx: send just necessary bytes Jerome Pouiller
2020-04-06 11:17   ` Jerome Pouiller

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.