summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/marvell/mwifiex
Commit message (Expand)AuthorAgeFilesLines
* move asm/unaligned.h to linux/unaligned.hAl Viro2024-10-021-1/+1
* wifi: mwifiex: Fix memcpy() field-spanning write warning in mwifiex_cmd_802_1...Gustavo A. R. Silva2024-09-092-3/+2
* wifi: cfg80211: handle DFS per linkAditya Kumar Singh2024-09-062-4/+5
* wifi: cfg80211: move DFS related members to links[] in wireless_devAditya Kumar Singh2024-09-062-4/+4
* Merge tag 'wireless-next-2024-09-04' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski2024-09-0424-152/+1075
|\
| * wifi: mwifiex: Convert to use jiffies macroChen Yufan2024-09-032-3/+3
| * wifi: mwifiex: remove unnecessary checks for valid privSascha Hauer2024-08-2213-109/+59
| * wifi: mwifiex: Fix uninitialized variable in mwifiex_cfg80211_authenticate()Dan Carpenter2024-08-221-1/+1
| * wifi: mwifiex: keep mwifiex_cfg80211_ops constantSascha Hauer2024-08-161-11/+15
| * wifi: mwifiex: add support for WPA-PSK-SHA256Sascha Hauer2024-08-102-0/+4
| * wifi: mwifiex: fix key_mgmt settingSascha Hauer2024-08-101-3/+4
| * wifi: mwifiex: simplify WPA flags settingSascha Hauer2024-08-101-21/+8
| * wifi: mwifiex: add host mlme for AP modeDavid Lin2024-08-048-3/+309
| * wifi: mwifiex: add host mlme for client modeDavid Lin2024-08-0415-14/+683
| * wifi: mwifiex: increase max_num_akm_suitesSascha Hauer2024-08-041-0/+2
* | wifi: mwifiex: duplicate static structs used in driver instancesSascha Hauer2024-08-161-6/+26
|/
* wifi: mwifiex: Do not return unused priv in mwifiex_get_priv_by_id()Sascha Hauer2024-07-091-0/+3
* Merge tag 'wireless-next-2024-06-07' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski2024-06-101-0/+2
|\
| * wifi: mwifiex: Fix interface type changeRafael Beims2024-05-171-0/+2
* | Merge tag 'mmc-v6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmcLinus Torvalds2024-05-161-1/+0
|\ \ | |/ |/|
| * wifi: mwifiex: drop driver owner initializationKrzysztof Kozlowski2024-04-041-1/+0
* | wifi: mwifiex: replace open-coded module_sdio_driver()Krzysztof Kozlowski2024-04-051-1/+1
* | wifi: mwifiex: Add missing MODULE_FIRMWARE() for SD8801Víctor Gonzalo2024-03-181-0/+1
|/
* wifi: mwifiex: Refactor 1-element array into flexible array in struct mwifiex...Kees Cook2024-02-123-16/+12
* wifi: mwifiex: use kstrtoX_from_user() in debugfs handlersDmitry Antipov2024-02-121-15/+4
* wifi: cfg80211/mac80211: move puncturing into chandefJohannes Berg2024-02-081-1/+1
* wifi: mwifiex: Drop unused headersLinus Walleij2024-02-051-2/+0
* Merge tag 'wireless-next-2024-01-25' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski2024-01-253-5/+2
|\
| * wifi: mwifiex: debugfs: Drop unnecessary error check for debugfs_create_dir()Jinjie Ruan2024-01-181-3/+0
| * wifi: mwifiex: Use helpers to check multicast addressesRuan Jinjie2024-01-182-2/+2
* | Merge tag 'usb-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2024-01-181-1/+1
|\ \ | |/ |/|
| * USB: core: Use device_driver directly in struct usb_driver and usb_device_driverYajun Deng2024-01-041-1/+1
* | wifi: mwifiex: fix uninitialized firmware_statDavid Lin2023-12-211-1/+1
* | wifi: mwifiex: use cfg80211_ssid_eq() instead of mwifiex_ssid_cmp()Dmitry Antipov2023-12-194-16/+4
* | wifi: mwifiex: configure BSSID consistently when starting APDavid Lin2023-12-154-0/+12
* | wifi: mwifiex: add extra delay for firmware readyDavid Lin2023-12-152-0/+21
* | wifi: mwifiex: mwifiex_process_sleep_confirm_resp(): remove unused priv variableSu Hui2023-11-221-8/+0
|/
* Merge wireless into wireless-nextJohannes Berg2023-10-063-11/+29
|\
| * wifi: mwifiex: Fix oob check condition in mwifiex_process_rx_packetPin-yen Lin2023-09-181-7/+9
| * wifi: mwifiex: Sanity check tlv_len and tlv_bitmap_lenGustavo A. R. Silva2023-09-041-0/+16
| * wifi: mwifiex: Replace one-element array with flexible-array member in struct...Gustavo A. R. Silva2023-09-042-2/+2
| * wifi: mwifiex: Fix tlv_buf_left calculationGustavo A. R. Silva2023-09-041-2/+2
* | wifi: cfg80211: split struct cfg80211_ap_settingsJohannes Berg2023-09-251-1/+1
* | wifi: mwifiex: followup PCIE and related cleanupsDmitry Antipov2023-09-222-24/+8
* | wifi: mwifiex: simplify PCIE write operationsDmitry Antipov2023-09-221-224/+66
* | wifi: mwifiex: use MODULE_FIRMWARE to add firmware files metadataVíctor Gonzalo2023-09-211-0/+6
* | wifi: mwifiex: cleanup struct mwifiex_sdio_mpa_rxDmitry Antipov2023-09-212-14/+0
* | wifi: cfg80211: modify prototype for change_beaconAloka Dixit2023-09-131-1/+2
* | wifi: cfg80211: remove wdev mutexJohannes Berg2023-09-111-2/+2
|/
* wifi: mwifiex: avoid possible NULL skb pointer dereferenceDmitry Antipov2023-08-231-1/+9