linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 00/16] staging: wfx: rework the handling of the connection loss
@ 2020-04-20 16:02 Jerome Pouiller
  2020-04-20 16:02 ` [PATCH 01/16] staging: wfx: simplify the check if the the device is associated Jerome Pouiller
                   ` (15 more replies)
  0 siblings, 16 replies; 17+ messages in thread
From: Jerome Pouiller @ 2020-04-20 16:02 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>

Until now, the driver handled itself the connection loss. This series
allows to use ieee80211_beacon_loss() instead (patch 2/16). This change
allow a bunch of simplifications in many parts of the driver (most of
the patches 3 to 16). In particular it allows to drop the infamous enum
wfx_state (patch 15/16).

Jérôme Pouiller (16):
  staging: wfx: simplify the check if the the device is associated
  staging: wfx: use ieee80211_beacon_loss() provided by mac80211
  staging: wfx: drop useless attribute 'bss_params'
  staging: wfx: handle firmware events synchronously
  staging: wfx: also fix network parameters for IBSS networks
  staging: wfx: dual CTS is never necessary
  staging: wfx: field operational_rate_set is ignored by firmware
  staging: wfx: simplify hif_set_bss_params()
  staging: wfx: drop useless update of field basic_rate_set
  staging: wfx: introduce wfx_set_default_unicast_key()
  staging: wfx: keys are kept during whole firmware life
  staging: wfx: drop protection for asynchronous join during scan
  staging: wfx: drop useless checks in wfx_do_unjoin()
  staging: wfx: simplify wfx_remove_interface()
  staging: wfx: drop unused enum wfx_state
  staging: wfx: drop unused attribute 'join_complete_status'

 drivers/staging/wfx/data_tx.c     |   7 -
 drivers/staging/wfx/hif_api_mib.h |   6 -
 drivers/staging/wfx/hif_rx.c      |  39 +++--
 drivers/staging/wfx/hif_tx.c      |  12 +-
 drivers/staging/wfx/hif_tx.h      |   3 +-
 drivers/staging/wfx/hif_tx_mib.c  |  13 --
 drivers/staging/wfx/hif_tx_mib.h  |   1 -
 drivers/staging/wfx/key.c         |  68 +++-----
 drivers/staging/wfx/key.h         |   2 -
 drivers/staging/wfx/main.c        |   1 +
 drivers/staging/wfx/queue.c       |  44 ------
 drivers/staging/wfx/scan.c        |   3 -
 drivers/staging/wfx/sta.c         | 248 +++---------------------------
 drivers/staging/wfx/sta.h         |  17 +-
 drivers/staging/wfx/wfx.h         |  20 +--
 15 files changed, 77 insertions(+), 407 deletions(-)

-- 
2.26.1


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

end of thread, other threads:[~2020-04-20 16:05 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-04-20 16:02 [PATCH 00/16] staging: wfx: rework the handling of the connection loss Jerome Pouiller
2020-04-20 16:02 ` [PATCH 01/16] staging: wfx: simplify the check if the the device is associated Jerome Pouiller
2020-04-20 16:02 ` [PATCH 02/16] staging: wfx: use ieee80211_beacon_loss() provided by mac80211 Jerome Pouiller
2020-04-20 16:02 ` [PATCH 03/16] staging: wfx: drop useless attribute 'bss_params' Jerome Pouiller
2020-04-20 16:02 ` [PATCH 04/16] staging: wfx: handle firmware events synchronously Jerome Pouiller
2020-04-20 16:03 ` [PATCH 05/16] staging: wfx: also fix network parameters for IBSS networks Jerome Pouiller
2020-04-20 16:03 ` [PATCH 06/16] staging: wfx: dual CTS is never necessary Jerome Pouiller
2020-04-20 16:03 ` [PATCH 07/16] staging: wfx: field operational_rate_set is ignored by firmware Jerome Pouiller
2020-04-20 16:03 ` [PATCH 08/16] staging: wfx: simplify hif_set_bss_params() Jerome Pouiller
2020-04-20 16:03 ` [PATCH 09/16] staging: wfx: drop useless update of field basic_rate_set Jerome Pouiller
2020-04-20 16:03 ` [PATCH 10/16] staging: wfx: introduce wfx_set_default_unicast_key() Jerome Pouiller
2020-04-20 16:03 ` [PATCH 11/16] staging: wfx: keys are kept during whole firmware life Jerome Pouiller
2020-04-20 16:03 ` [PATCH 12/16] staging: wfx: drop protection for asynchronous join during scan Jerome Pouiller
2020-04-20 16:03 ` [PATCH 13/16] staging: wfx: drop useless checks in wfx_do_unjoin() Jerome Pouiller
2020-04-20 16:03 ` [PATCH 14/16] staging: wfx: simplify wfx_remove_interface() Jerome Pouiller
2020-04-20 16:03 ` [PATCH 15/16] staging: wfx: drop unused enum wfx_state Jerome Pouiller
2020-04-20 16:03 ` [PATCH 16/16] staging: wfx: drop unused attribute 'join_complete_status' Jerome Pouiller

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