lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:   Fri, 10 Apr 2020 15:32:20 +0200
From:   Jerome Pouiller <Jerome.Pouiller@...abs.com>
To:     devel@...verdev.osuosl.org, linux-wireless@...r.kernel.org
Cc:     netdev@...r.kernel.org, linux-kernel@...r.kernel.org,
        Greg Kroah-Hartman <gregkh@...uxfoundation.org>,
        Kalle Valo <kvalo@...eaurora.org>,
        "David S . Miller" <davem@...emloft.net>,
        Jérôme Pouiller 
        <jerome.pouiller@...abs.com>
Subject: [PATCH 00/19] staging: wfx: simplify start/shutdown of RF

From: Jérôme Pouiller <jerome.pouiller@...abs.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

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ