aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/wireless
AgeCommit message (Expand)AuthorFilesLines
2024-02-08wifi: iwlwifi: mvm: fix the key PN indexShaul Triebitz1-3/+11
2024-02-08wifi: iwlwifi: mvm: Keep connection in case of missed beacons during RXDaniel Amosi2-4/+13
2024-02-08wifi: iwlwifi: properly check if link is activeMiri Korenblit1-2/+1
2024-02-08wifi: iwlwifi: take SGOM and UATS code out of ACPI ifdefMiri Korenblit3-19/+3
2024-02-08wifi: iwlwifi: mvm: don't abort queue sync in CT-killJohannes Berg2-11/+9
2024-02-08wifi: iwlwifi: mvm: define RX queue sync timeout as a macroShaul Triebitz1-1/+2
2024-02-08wifi: iwlwifi: mvm: expand queue sync warning messagesJohannes Berg2-8/+9
2024-02-08wifi: iwlwifi: mvm: Declare support for secure LTF measurementIlan Peer3-1/+13
2024-02-08wifi: iwlwifi: mvm: advertise support for protected ranging negotiationAvraham Stern1-0/+7
2024-02-08wifi: iwlwifi: mvm: remove one queue sync on BA session stopJohannes Berg1-11/+1
2024-02-08wifi: iwlwifi: support EHT for WHMiri Korenblit1-1/+1
2024-02-08wifi: iwlwifi: mvm: don't support reduced tx power on ack for new devicesEmmanuel Grumbach1-0/+3
2024-02-08wifi: iwlwifi: use system_unbound_wq for debug dumpJohannes Berg1-2/+5
2024-02-08wifi: iwlwifi: mvm: remove EHT code from mac80211.cJohannes Berg1-11/+4
2024-02-08wifi: iwlwifi: read mac step from aux registerMiri Korenblit4-4/+22
2024-02-08wifi: iwlwifi: adjust rx_phyinfo debugfs to MLOMiri Korenblit1-16/+28
2024-02-08wifi: iwlwifi: mvm: const-ify chandef pointersJohannes Berg2-12/+12
2024-02-08wifi: iwlwifi: Add support for PPAG cmd v5 and PPAG revision 3Anjaneyulu7-20/+66
2024-02-08wifi: iwlwifi: pcie: don't allow hw-rfkill to stop device on gen2Johannes Berg2-7/+6
2024-02-08wifi: iwlwifi: add HONOR to PPAG approved listMiri Korenblit1-0/+5
2024-02-08wifi: mac80211: add support to call csa_finish on a linkAditya Kumar Singh15-16/+16
2024-02-08wifi: mac80211: update beacon counters per link basisAditya Kumar Singh3-3/+3
2024-02-08wifi: iwlwifi: return negative -EINVAL instead of positive EINVALDan Carpenter1-1/+1
2024-02-08wifi: mac80211_hwsim: add missing kernel-docJohannes Berg1-1/+4
2024-02-08wifi: cfg80211/mac80211: move puncturing into chandefJohannes Berg7-16/+27
2024-02-08wifi: iwlwifi: mvm: fix a crash when we run out of stationsEmmanuel Grumbach2-0/+7
2024-02-08iwlwifi: mvm: Use for_each_thermal_trip() for walking trip pointsRafael J. Wysocki1-15/+25
2024-02-08iwlwifi: mvm: Populate trip table before registering thermal zoneRafael J. Wysocki1-10/+9
2024-02-08iwlwifi: mvm: Drop unused fw_trips_index[] from iwl_mvm_thermal_deviceRafael J. Wysocki2-14/+1
2024-02-08wifi: iwlwifi: uninitialized variable in iwl_acpi_get_ppag_table()Dan Carpenter1-0/+3
2024-02-08wifi: iwlwifi: Fix some error codesDan Carpenter1-6/+6
2024-02-08wifi: iwlwifi: clear link_id in time_eventMiri Korenblit1-1/+2
2024-02-08wifi: iwlwifi: mvm: use correct address 3 in A-MSDUDaniel Gabay1-10/+59
2024-02-08wifi: mac80211: introduce 'channel request'Johannes Berg12-37/+37
2024-02-08wifi: mac80211: simplify non-chanctx driversJohannes Berg45-6/+180
2024-02-08wifi: libertas: Follow renaming of SPI "master" to "controller"Uwe Kleine-König1-1/+1
2024-02-08Merge wireless into wireless-nextJohannes Berg53-16/+64
2024-02-07wifi: ath12k: Fix uninitialized use of ret in ath12k_mac_allocate()Nathan Chancellor1-0/+1
2024-02-07wifi: ath11k: Really consistently use ath11k_vif_to_arvif()Jeff Johnson1-2/+2
2024-02-07wifi: ath12k: advertise P2P dev support for WCN7850Kang Yang2-1/+16
2024-02-07wifi: ath12k: designating channel frequency for ROC scanKang Yang1-1/+16
2024-02-07wifi: ath12k: move peer delete after vdev stop of station for WCN7850Kang Yang1-45/+54
2024-02-07wifi: ath12k: allow specific mgmt frame tx while vdev is not upKang Yang1-2/+2
2024-02-07wifi: ath12k: change WLAN_SCAN_PARAMS_MAX_IE_LEN from 256 to 512Kang Yang1-5/+1
2024-02-07wifi: ath12k: implement remain on channel for P2P modeKang Yang3-0/+131
2024-02-07wifi: ath12k: implement handling of P2P NoA eventKang Yang6-3/+281
2024-02-07wifi: ath12k: add P2P IE in beacon templateKang Yang3-2/+132
2024-02-07wifi: ath12k: change interface combination for P2P modeKang Yang1-4/+19
2024-02-07wifi: ath12k: fix incorrect logic of calculating vdev_stats_idKang Yang1-1/+1
2024-02-07wifi: ath12k: fix broken structure wmi_vdev_create_cmdKang Yang2-0/+6