summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/silabs
Commit message (Expand)AuthorAgeFilesLines
* wifi: wfx: fix possible NULL pointer dereference in wfx_set_mfp_ap()Dmitry Antipov2023-12-121-17/+25
* wifi: wfx: fix case where rates are out of orderFelipe Negrelli Wolter2023-10-091-42/+29
* wifi: wfx: implement wfx_remain_on_channel()Jérôme Pouiller2023-10-095-1/+76
* wifi: wfx: allow to send frames during ROCJérôme Pouiller2023-10-094-15/+62
* wifi: wfx: scan_lock is global to the deviceJérôme Pouiller2023-10-094-12/+8
* wifi: wfx: simplify exclusion between scan and Rx filtersJérôme Pouiller2023-10-091-4/+4
* wifi: wfx: introduce hif_scan_uniq()Jérôme Pouiller2023-10-092-0/+26
* wifi: wfx: move wfx_skb_*() out of the header fileJérôme Pouiller2023-10-092-17/+20
* wifi: wfx: relocate wfx_rate_mask_to_hw()Jérôme Pouiller2023-10-093-19/+18
* wifi: wfx: fix power_save setting when AP is stoppedJérôme Pouiller2023-10-091-0/+5
* wifi: wfx: Use devm_kmemdup to replace devm_kmalloc + memcpyLi Zetao2023-08-231-4/+3
* wifi: drivers: Explicitly include correct DT includesRob Herring2023-08-011-1/+1
* Merge tag 'spi-v6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie...Linus Torvalds2023-04-271-1/+1
|\
| * net: Replace all spi->chip_select and spi->cs_gpiod references with function ...Amit Kumar Mahapatra2023-03-111-1/+1
* | wifi: wfx: Remove some dead codeChristophe JAILLET2023-02-221-7/+3
|/
* wifi: mac80211: add wake_tx_queue callback to driversAlexander Wetzel2022-10-101-0/+1
* wifi: wfx: prevent underflow in wfx_send_pds()Dan Carpenter2022-09-021-1/+1
* wifi: mac80211: replace link_id with link_conf in switch/(un)assign_vif_chanc...Gregory Greenman2022-07-152-4/+4
* wifi: mac80211: replace link_id with link_conf in start/stop_ap()Gregory Greenman2022-07-152-4/+4
* wifi: mac80211: change QoS settings API to take link into accountJohannes Berg2022-07-152-2/+4
* wifi: mac80211: move ps setting to vif configJohannes Berg2022-07-151-3/+3
* wifi: mac80211: return a beacon for a specific linkShaul Triebitz2022-06-201-3/+3
* wifi: mac80211: pass the link id in start/stop apShaul Triebitz2022-06-202-4/+8
* wifi: mac80211: make channel context code MLO-awareJohannes Berg2022-06-202-0/+4
* wifi: mac80211: split bss_info_changed methodJohannes Berg2022-06-202-2/+2
* wifi: mac80211: move interface config to new structJohannes Berg2022-06-202-16/+20
* Merge tag 'wireless-next-2022-06-10' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski2022-06-101-2/+1
|\
| * wifi: wfx: Remove redundant NULL check before release_firmware() callMinghao Chi2022-06-101-2/+1
* | Merge tag 'staging-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2022-06-033-16/+16
|\ \ | |/ |/|
| * Merge branch 'wfx-move-out-of-staging' of git://git.kernel.org/pub/scm/linux/...Greg Kroah-Hartman2022-04-073-16/+16
* | wfx: use container_of() to get vifJaehee Park2022-05-117-40/+68
* | wfx: avoid flush_workqueue(system_highpri_wq) usageTetsuo Handa2022-05-044-4/+11
* | Merge branch 'wfx-move-out-of-staging'Kalle Valo2022-04-121-4/+4
|/
* wfx: get out from the staging areaJérôme Pouiller2022-04-0640-0/+8185