summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | ath9k_htc: fix NULL pointer dereference at ath9k_htc_tx_get_packet()Tetsuo Handa2021-12-203-0/+10
| | * | | | | ath9k_htc: fix NULL pointer dereference at ath9k_htc_rxep()Tetsuo Handa2021-12-202-0/+9
| | * | | | | ath11k: fix warning of RCU usage for ath11k_mac_get_arvif_by_vdev_id()Wen Gong2021-12-201-0/+6
| | * | | | | ath11k: add signal report to mac80211 for QCA6390 and WCN6855Wen Gong2021-12-203-11/+61
| | * | | | | ath11k: report rssi of each chain to mac80211 for QCA6390/WCN6855Wen Gong2021-12-2011-34/+284
| | * | | | | ath5k: switch to rate table based lookupJonas Jelonek2021-12-201-2/+48
| * | | | | | rtw88: support SAR via kernel common APIZong-Zhe Yang2021-12-219-20/+257
| * | | | | | rtw88: 8822c: add ieee80211_ops::hw_scanPo-Hao Huang2021-12-219-33/+709
| * | | | | | Merge tag 'iwlwifi-next-for-kalle-2021-12-21-v2' of git://git.kernel.org/pub/...Kalle Valo2021-12-2141-485/+1086
| |\ \ \ \ \ \
| | * | | | | | iwlwifi: mei: wait before mapping the shared areaEmmanuel Grumbach2021-12-211-0/+6
| | * | | | | | iwlwifi: mei: clear the ownership when the driver goes downEmmanuel Grumbach2021-12-211-0/+1
| | * | | | | | iwlwifi: yoyo: fix issue with new DBGI_SRAM region read.Mukesh Sisodiya2021-12-211-1/+1
| | * | | | | | iwlwifi: fw: fix some scan kernel-docJohannes Berg2021-12-212-7/+26
| | * | | | | | iwlwifi: pcie: make sure prph_info is set when treating wakeup IRQLuca Coelho2021-12-211-1/+6
| | * | | | | | iwlwifi: mvm: remove card state notification codeJohannes Berg2021-12-215-38/+0
| | * | | | | | iwlwifi: mvm: drop too short packets silentlyJohannes Berg2021-12-211-11/+1
| | * | | | | | iwlwifi: mvm: fix AUX ROC removalAvraham Stern2021-12-211-3/+6
| | * | | | | | iwlwifi: return op_mode only in case the failure is from MEIMordechay Goodstein2021-12-211-6/+12
| | * | | | | | iwlwifi: mvm: support Bz TX checksum offloadJohannes Berg2021-12-216-10/+78
| | * | | | | | iwlwifi: mvm: add US/CA to TAS block list if OEM isn't allowedMiri Korenblit2021-12-211-19/+36
| | * | | | | | iwlwifi: mvm: correctly set schedule scan profilesAyala Beker2021-12-212-1/+13
| | * | | | | | iwlwifi: mvm: set protected flag only for NDP rangingAvraham Stern2021-12-211-1/+1
| | * | | | | | iwlwifi: pcie: add killer devices to the driverYaara Baruch2021-12-211-2/+16
| | * | | | | | iwlwifi: mvm: perform 6GHz passive scan after suspendAvraham Stern2021-12-211-12/+9
| | * | | | | | iwlwifi: mvm: correctly set channel flagsAyala Beker2021-12-211-3/+4
| | * | | | | | iwlwifi: mvm: always store the PPAG table as the latest version.Miri Korenblit2021-12-213-31/+33
| | * | | | | | iwlwifi: bump FW API to 69 for AX devicesLuca Coelho2021-12-211-1/+1
| | * | | | | | iwlwifi: mvm: Fix calculation of frame lengthIlan Peer2021-12-211-0/+27
| | * | | | | | iwlwifi: mvm: test roc running status bits before removing the staNathan Errera2021-12-211-3/+12
| | * | | | | | iwlwifi: don't pass actual WGDS revision number in table_revisionLuca Coelho2021-12-212-9/+17
| | * | | | | | iwlwifi: yoyo: support TLV-based firmware resetMukesh Sisodiya2021-12-215-5/+71
| | * | | | | | iwlwifi: mvm: change old-SN drop thresholdJohannes Berg2021-12-211-1/+1
| | * | | | | | iwlwifi: mvm: don't trust hardware queue numberJohannes Berg2021-12-211-0/+3
| | * | | | | | iwlwifi: mvm: handle RX checksum on Bz devicesJohannes Berg2021-12-211-1/+5
| | * | | | | | iwlwifi: mvm: use a define for checksum flags maskJohannes Berg2021-12-212-2/+2
| | * | | | | | iwlwifi: remove module loading failure messageJohannes Berg2021-12-211-8/+1
| | * | | | | | iwlwifi: mvm: isolate offload assist (checksum) calculationJohannes Berg2021-12-211-26/+19
| | * | | | | | iwlwifi: mvm: add support for OCE scanAvraham Stern2021-12-213-2/+20
| | * | | | | | iwlwifi: fix leaks/bad data after failed firmware loadJohannes Berg2021-12-211-0/+8
| | * | | | | | iwlwifi: fix debug TLV parsingJohannes Berg2021-12-211-4/+11
| | * | | | | | iwlwifi: mvm: fix 32-bit build in FTMJohannes Berg2021-12-211-1/+2
| | * | | | | | iwlwifi: dump RCM error tablesJohannes Berg2021-12-213-0/+82
| | * | | | | | iwlwifi: dump both TCM error tables if presentJohannes Berg2021-12-213-12/+19
| | * | | | | | iwlwifi: dump CSR scratch from outer functionJohannes Berg2021-12-211-7/+7
| | * | | | | | iwlwifi: parse error tables from debug TLVsJohannes Berg2021-12-213-14/+58
| | * | | | | | iwlwifi: mvm: Increase the scan timeout guard to 30 secondsIlan Peer2021-12-211-1/+1
| | * | | | | | iwlwifi: recognize missing PNVM data and then log filenameLuca Coelho2021-12-213-3/+16
| | * | | | | | iwlwifi: rs: add support for TLC config command ver 4Mordechay Goodstein2021-12-212-29/+99
| | * | | | | | iwlwifi: mvm: rfi: update rfi tableGregory Greenman2021-12-211-14/+32
| | * | | | | | iwlwifi: add support for BNJ HWMike Golant2021-12-213-1/+87