summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/silabs
AgeCommit message (Expand)AuthorFilesLines
2024-04-04wifi: wfx: drop driver owner initializationKrzysztof Kozlowski1-1/+0
2024-02-08wifi: mac80211: introduce 'channel request'Johannes Berg1-2/+2
2024-02-06wifi: wfx: fix memory leak when starting APJérôme Pouiller1-5/+10
2023-12-12wifi: wfx: fix possible NULL pointer dereference in wfx_set_mfp_ap()Dmitry Antipov1-17/+25
2023-10-09wifi: wfx: fix case where rates are out of orderFelipe Negrelli Wolter1-42/+29
2023-10-09wifi: wfx: implement wfx_remain_on_channel()Jérôme Pouiller5-1/+76
2023-10-09wifi: wfx: allow to send frames during ROCJérôme Pouiller4-15/+62
2023-10-09wifi: wfx: scan_lock is global to the deviceJérôme Pouiller4-12/+8
2023-10-09wifi: wfx: simplify exclusion between scan and Rx filtersJérôme Pouiller1-4/+4
2023-10-09wifi: wfx: introduce hif_scan_uniq()Jérôme Pouiller2-0/+26
2023-10-09wifi: wfx: move wfx_skb_*() out of the header fileJérôme Pouiller2-17/+20
2023-10-09wifi: wfx: relocate wfx_rate_mask_to_hw()Jérôme Pouiller3-19/+18
2023-10-09wifi: wfx: fix power_save setting when AP is stoppedJérôme Pouiller1-0/+5
2023-08-23wifi: wfx: Use devm_kmemdup to replace devm_kmalloc + memcpyLi Zetao1-4/+3
2023-08-01wifi: drivers: Explicitly include correct DT includesRob Herring1-1/+1
2023-04-27Merge tag 'spi-v6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie...Linus Torvalds1-1/+1
2023-03-11net: Replace all spi->chip_select and spi->cs_gpiod references with function ...Amit Kumar Mahapatra1-1/+1
2023-02-22wifi: wfx: Remove some dead codeChristophe JAILLET1-7/+3
2022-10-10wifi: mac80211: add wake_tx_queue callback to driversAlexander Wetzel1-0/+1
2022-09-02wifi: wfx: prevent underflow in wfx_send_pds()Dan Carpenter1-1/+1
2022-07-15wifi: mac80211: replace link_id with link_conf in switch/(un)assign_vif_chanc...Gregory Greenman2-4/+4
2022-07-15wifi: mac80211: replace link_id with link_conf in start/stop_ap()Gregory Greenman2-4/+4
2022-07-15wifi: mac80211: change QoS settings API to take link into accountJohannes Berg2-2/+4
2022-07-15wifi: mac80211: move ps setting to vif configJohannes Berg1-3/+3
2022-06-20wifi: mac80211: return a beacon for a specific linkShaul Triebitz1-3/+3
2022-06-20wifi: mac80211: pass the link id in start/stop apShaul Triebitz2-4/+8
2022-06-20wifi: mac80211: make channel context code MLO-awareJohannes Berg2-0/+4
2022-06-20wifi: mac80211: split bss_info_changed methodJohannes Berg2-2/+2
2022-06-20wifi: mac80211: move interface config to new structJohannes Berg2-16/+20
2022-06-10Merge tag 'wireless-next-2022-06-10' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski1-2/+1
2022-06-10wifi: wfx: Remove redundant NULL check before release_firmware() callMinghao Chi1-2/+1
2022-06-03Merge tag 'staging-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds3-16/+16
2022-05-11wfx: use container_of() to get vifJaehee Park7-40/+68
2022-05-04wfx: avoid flush_workqueue(system_highpri_wq) usageTetsuo Handa4-4/+11
2022-04-12Merge branch 'wfx-move-out-of-staging'Kalle Valo40-0/+8185
2022-04-07Merge branch 'wfx-move-out-of-staging' of git://git.kernel.org/pub/scm/linux/...Greg Kroah-Hartman40-0/+8185
2022-04-06wfx: get out from the staging areaJérôme Pouiller40-0/+8185