linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 00/19] staging: wfx: simplify start/shutdown of RF
@ 2020-04-10 13:32 Jerome Pouiller
  2020-04-10 13:32 ` [PATCH 01/19] staging: wfx: fix race between configure_filter and remove_interface Jerome Pouiller
                   ` (18 more replies)
  0 siblings, 19 replies; 20+ messages in thread
From: Jerome Pouiller @ 2020-04-10 13:32 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,

This series mainly simplify the processes to join/leave/create networks.

Notice it intended to be applied on top of the Pull-Request named
"staging: wfx: clean up HIF API".


Jérôme Pouiller (19):
  staging: wfx: fix race between configure_filter and remove_interface
  staging: wfx: reduce hold duration of cfg80211_bss
  staging: wfx: call wfx_do_unjoin() synchronously
  staging: wfx: implement start_ap/stop_ap
  staging: wfx: set all parameters before starting AP
  staging: wfx: change the way the station associate to an AP
  staging: wfx: remove useless call to wfx_tx_flush()
  staging: wfx: fix support for BSS_CHANGED_KEEP_ALIVE
  staging: wfx: disabling keep alive during unjoin is useless
  staging: wfx: drop unnecessary condition checks in
    wfx_upload_ap_templates()
  staging: wfx: request to send beacons in IBSS mode
  staging: wfx: remove unnecessary conditions in wfx_bss_info_changed()
  staging: wfx: avoid duplicate updating of beacon template
  staging: wfx: allow to join IBSS networks
  staging: wfx: introduce wfx_join_ibss() and wfx_leave_ibss()
  staging: wfx: re-enable BA after reset
  staging: wfx: check value of beacon_int
  staging: wfx: drop unused attribute 'beacon_int'
  staging: wfx: drop useless update of macaddr

 drivers/staging/wfx/hif_tx.c |   2 +
 drivers/staging/wfx/main.c   |   4 +
 drivers/staging/wfx/scan.c   |   4 +-
 drivers/staging/wfx/sta.c    | 241 ++++++++++++-----------------------
 drivers/staging/wfx/sta.h    |   4 +
 drivers/staging/wfx/wfx.h    |   2 -
 6 files changed, 92 insertions(+), 165 deletions(-)

-- 
2.25.1


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

end of thread, other threads:[~2020-04-10 13:35 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-04-10 13:32 [PATCH 00/19] staging: wfx: simplify start/shutdown of RF Jerome Pouiller
2020-04-10 13:32 ` [PATCH 01/19] staging: wfx: fix race between configure_filter and remove_interface Jerome Pouiller
2020-04-10 13:32 ` [PATCH 02/19] staging: wfx: reduce hold duration of cfg80211_bss Jerome Pouiller
2020-04-10 13:32 ` [PATCH 03/19] staging: wfx: call wfx_do_unjoin() synchronously Jerome Pouiller
2020-04-10 13:32 ` [PATCH 04/19] staging: wfx: implement start_ap/stop_ap Jerome Pouiller
2020-04-10 13:32 ` [PATCH 05/19] staging: wfx: set all parameters before starting AP Jerome Pouiller
2020-04-10 13:32 ` [PATCH 06/19] staging: wfx: change the way the station associate to an AP Jerome Pouiller
2020-04-10 13:32 ` [PATCH 07/19] staging: wfx: remove useless call to wfx_tx_flush() Jerome Pouiller
2020-04-10 13:32 ` [PATCH 08/19] staging: wfx: fix support for BSS_CHANGED_KEEP_ALIVE Jerome Pouiller
2020-04-10 13:32 ` [PATCH 09/19] staging: wfx: disabling keep alive during unjoin is useless Jerome Pouiller
2020-04-10 13:32 ` [PATCH 10/19] staging: wfx: drop unnecessary condition checks in wfx_upload_ap_templates() Jerome Pouiller
2020-04-10 13:32 ` [PATCH 11/19] staging: wfx: request to send beacons in IBSS mode Jerome Pouiller
2020-04-10 13:32 ` [PATCH 12/19] staging: wfx: remove unnecessary conditions in wfx_bss_info_changed() Jerome Pouiller
2020-04-10 13:32 ` [PATCH 13/19] staging: wfx: avoid duplicate updating of beacon template Jerome Pouiller
2020-04-10 13:32 ` [PATCH 14/19] staging: wfx: allow to join IBSS networks Jerome Pouiller
2020-04-10 13:32 ` [PATCH 15/19] staging: wfx: introduce wfx_join_ibss() and wfx_leave_ibss() Jerome Pouiller
2020-04-10 13:32 ` [PATCH 16/19] staging: wfx: re-enable BA after reset Jerome Pouiller
2020-04-10 13:32 ` [PATCH 17/19] staging: wfx: check value of beacon_int Jerome Pouiller
2020-04-10 13:32 ` [PATCH 18/19] staging: wfx: drop unused attribute 'beacon_int' Jerome Pouiller
2020-04-10 13:32 ` [PATCH 19/19] staging: wfx: drop useless update of macaddr 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).