summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-04-18wifi: iwlwifi: mvm: update mac id managementGregory Greenman1-9/+13
2023-04-18wifi: iwlwifi: mvm: adopt the latest firmware APIEmmanuel Grumbach2-17/+0
2023-04-17wifi: rtw89: add support of concurrent modePo-Hao Huang1-0/+25
2023-04-17wifi: rtw89: Disallow power save with multiple stationsPo-Hao Huang1-0/+3
2023-04-17wifi: rtw89: update statistics to FW for fine-tuning performancePo-Hao Huang3-1/+54
2023-04-17wifi: rtw89: use struct instead of macros to set H2C command of hardware scanPing-Ke Shih2-108/+51
2023-04-17wifi: rtw89: refine scan function after chanctxPo-Hao Huang6-44/+35
2023-04-17wifi: rtw89: prohibit enter IPS during HW scanChih-Kang Chang1-1/+2
2023-04-17wifi: rtw89: coex: send more hardware module info to firmware for 8851BPing-Ke Shih3-107/+75
2023-04-17wifi: rtw89: coex: Update function to get BT RSSI and hardware counterChing-Te Ku3-3/+6
2023-04-17wifi: rtw89: coex: Add path control register to monitor listChing-Te Ku2-1/+6
2023-04-17wifi: rtw89: coex: Enable Wi-Fi RX gain control for free run solutionChing-Te Ku2-4/+4
2023-04-17wifi: rtw89: fix power save function in WoWLAN modeChih-Kang Chang4-5/+8
2023-04-17wifi: rtw89: support WoWLAN mode for 8852beChin-Yen Lee3-0/+19
2023-04-17wifi: iwlwifi: move debug buffer allocation failure to info verbosityGolan Ben Ami1-1/+1
2023-04-17wifi: iwlwifi: make the loop for card preparation effectiveEmmanuel Grumbach1-1/+2
2023-04-17wifi: iwlwifi: mvm: allow number of beacons from FWJohannes Berg4-1/+13
2023-04-17wifi: iwlwifi: mvm: implement key link switchingJohannes Berg3-2/+67
2023-04-17wifi: iwlwifi: mvm: implement BAID link switchingJohannes Berg1-10/+70
2023-04-17wifi: iwlwifi: mvm: track station mask for BAIDsJohannes Berg3-25/+36
2023-04-17wifi: iwlwifi: bump FW API to 77 for AX devicesGregory Greenman1-1/+1
2023-04-17wifi: iwlwifi: mvm: use correct sta mask to remove queueJohannes Berg1-4/+5
2023-04-17wifi: iwlwifi: mvm: avoid iterating over an un-initialized listAvraham Stern2-2/+2
2023-04-17wifi: iwlwifi: mvm: factor out iwl_mvm_sta_fw_id_mask()Johannes Berg3-30/+42
2023-04-17wifi: iwlwifi: mvm: properly implement HE AP supportJohannes Berg2-3/+15
2023-04-17wifi: iwlwifi: mvm: Fix _iwl_mvm_get_scan_type()Ilan Peer1-2/+3
2023-04-17wifi: iwlwifi: mvm: fix getting lowest TX rate for MLOJohannes Berg1-2/+29
2023-04-17wifi: iwlwifi: call napi_synchronize() before freeing rx/tx queuesGregory Greenman4-1/+20
2023-04-17wifi: iwlwifi: nvm-parse: add full BW UL MU-MIMO supportJohannes Berg1-0/+4
2023-04-14bcma: Add explicit of_device.h includeRob Herring1-0/+1
2023-04-14wifi: rtl8xxxu: Support devices with 5-6 out endpointsBitterblue Smith2-1/+3
2023-04-14wifi: rtl8xxxu: Clean up some messy ifsBitterblue Smith6-19/+30
2023-04-14wifi: brcmfmac: add Cypress 43439 SDIO idsMarek Vasut2-2/+12
2023-04-14wifi: rtw89: fix crash due to null pointer of sta in AP modePing-Ke Shih1-1/+1
2023-04-14wifi: rtw89: correct 5 MHz mask settingEric Huang2-8/+10
2023-04-14wifi: rtw89: 8851b: add tables for RFKPing-Ke Shih2-0/+572
2023-04-14wifi: rtw89: 8851b: add BB and RF tables (2 of 2)Ping-Ke Shih1-0/+8058
2023-04-14wifi: rtw89: 8851b: add BB and RF tables (1 of 2)Ping-Ke Shih2-0/+6787
2023-04-14wifi: rtw89: pci: update PCI related settings to support 8851BPing-Ke Shih1-12/+21
2023-04-14wifi: rtw89: mac: update MAC settings to support 8851bPing-Ke Shih2-13/+33
2023-04-14wifi: rtw89: 8851b: fix TX path to path A for one RF path chipPing-Ke Shih1-2/+11
2023-04-14wifi: rtw89: read version of analog hardwarePing-Ke Shih3-0/+13
2023-04-14wifi: rtw89: use hardware CFO to improve performanceEric Huang5-11/+29
2023-04-14wifi: rtw89: support parameter tables by RFE typeZong-Zhe Yang12-90/+161
2023-04-14wifi: rtw89: add firmware format version to backward compatible with older dr...Ping-Ke Shih7-17/+66
2023-04-14wifi: rtw89: use schedule_work to request firmwarePing-Ke Shih4-50/+45
2023-04-14wifi: rtw89: fw: use generic flow to set/check featuresZong-Zhe Yang3-26/+25
2023-04-14wifi: rtw89: fix authentication fail during scanPo-Hao Huang1-6/+9
2023-04-14wifi: rtw89: add flag check for power statePo-Hao Huang2-4/+9
2023-04-14wifi: rtw89: add ieee80211::remain_on_channel opsPo-Hao Huang7-3/+378