aboutsummaryrefslogtreecommitdiffstats
path: root/drivers (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-09-02net: ipa: track committed transactions with an IDAlex Elder2-17/+29
2022-09-02net: ipa: track allocated transactions with an IDAlex Elder2-2/+27
2022-09-02net: ipa: use an array for transactionsAlex Elder2-13/+20
2022-09-02net: lan966x: make reset optionalMichael Walle1-1/+2
2022-09-02wifi: move from strlcpy with unused retval to strscpyWolfram Sang22-36/+36
2022-09-02wifi: wilc1000: remove redundant ret variableJinpeng Cui1-3/+2
2022-09-02wifi: rtw88: add missing destroy_workqueue() on error path in rtw_core_init()Yang Yingliang1-2/+6
2022-09-02wifi: wfx: prevent underflow in wfx_send_pds()Dan Carpenter1-1/+1
2022-09-02wifi: rtl8xxxu: tighten bounds checking in rtl8xxxu_read_efuse()Dan Carpenter1-7/+7
2022-09-02wifi: rtw89: declare to support beamformee above bandwidth 80MHzPing-Ke Shih1-0/+2
2022-09-02wifi: rtw89: correct polling address of address CAMPing-Ke Shih1-1/+1
2022-09-02wifi: rtw89: no HTC field if TX rate might fallback to legacyPing-Ke Shih4-12/+14
2022-09-02wifi: rtw89: pci: correct TX resource checking in low power modePing-Ke Shih1-0/+2
2022-09-02wifi: rtw89: pci: fix interrupt stuck after leaving low power modePing-Ke Shih1-1/+2
2022-09-02wifi: rtw89: enlarge the CFO tracking boundaryCheng-Chieh Hsieh1-1/+1
2022-09-02wifi: rtw89: pci: correct suspend/resume setting for variant chipsChin-Yen Lee1-8/+23
2022-09-02wifi: rtw89: pci: enable CLK_REQ, ASPM, L1 and L1ss for 8852cChin-Yen Lee2-24/+79
2022-09-02wifi: rtw89: pci: fix PCI PHY auto adaption by using software restoreChia-Yuan Li3-2/+110
2022-09-02wifi: rtw89: 8852c: set TBTT shift configurationChia-Yuan Li2-0/+23
2022-09-02wifi: rtw89: add retry to change power_mode stateChin-Yen Lee2-6/+18
2022-09-02wifi: rtw89: correct BA CAM allocationPing-Ke Shih4-20/+73
2022-09-02wifi: rtw89: 8852c: initialize and correct BA CAM contentPing-Ke Shih6-1/+77
2022-09-02wifi: rtw89: 8852c: declare correct BA CAM numberPing-Ke Shih5-13/+21
2022-09-02wifi: rtw89: 8852c: update TX power tables to R49Zong-Zhe Yang1-3279/+6546
2022-09-02wifi: rtw89: 8852c: update RF radio A/B parameters to R49Ping-Ke Shih1-2538/+16505
2022-09-02wifi: rtw89: TX power limit/limit_ru consider negativeZong-Zhe Yang2-16/+20
2022-09-02rtw89: coex: Update Wi-Fi driver/firmware TDMA cycle report for RTL8852cChing-Te Ku2-8/+113
2022-09-02rtw89: coex: Add v1 Wi-Fi SCC coexistence policyChing-Te Ku2-2/+112
2022-09-02rtw89: coex: Move _set_policy to chip_opsChing-Te Ku5-1/+386
2022-09-02rtw89: coex: update WL role info v1 for RTL8852C branch usingChing-Te Ku4-74/+458
2022-09-02rtw89: coex: Add v1 version TDMA format and parametersChing-Te Ku2-17/+75
2022-09-02rtw89: coex: Define BT B1 slot lengthChing-Te Ku1-65/+66
2022-09-02rtw89: coex: Add logic to parsing rtl8852c firmware type ctrl reportChing-Te Ku3-27/+98
2022-09-02rtw89: coex: Move Wi-Fi firmware coexistence matching version to chipChing-Te Ku4-37/+66
2022-09-02rtw89: coex: update radio state for RTL8852A/RTL8852CChing-Te Ku2-9/+19
2022-09-02rtw89: 8852c: adjust mactxen delay of mac/phy interfaceChia-Yuan Li2-1/+7
2022-09-02rtw89: 8852c: modify PCIE prebkf timeChia-Yuan Li1-1/+11
2022-09-02rtw89: ser: leave lps with mutexZong-Zhe Yang1-0/+3
2022-09-02rtw89: declare support HE HTC alwaysPing-Ke Shih1-2/+1
2022-09-02rtw89: 8852a: update HW setting on BBZong-Zhe Yang2-2/+4
2022-09-02rtw89: 8852c: disable dma during mac initPo-Hao Huang1-0/+2
2022-09-02wifi: rtw89: early recognize FW feature to decide if chanctxZong-Zhe Yang6-4/+76
2022-09-02wifi: rtw89: declare support for mac80211 chanctx ops by chipZong-Zhe Yang6-13/+65
2022-09-02wifi: rtw89: add skeleton of mac80211 chanctx ops supportZong-Zhe Yang5-0/+139
2022-09-02wifi: rtw89: introduce entity mode and its recalculated prototypeZong-Zhe Yang4-14/+79
2022-09-02wifi: rtw89: initialize entity and configure default chandefZong-Zhe Yang5-0/+27
2022-09-02wifi: rtw89: concentrate chandef setting to stack callbackZong-Zhe Yang5-7/+48
2022-09-02wifi: rtw89: concentrate parameter control for setting channel callbackZong-Zhe Yang4-40/+61
2022-09-02wifi: rtw89: rfk: concentrate parameter control while set_channel()Zong-Zhe Yang4-8/+12
2022-09-02wifi: rtw89: txpwr: concentrate channel related control to topZong-Zhe Yang7-131/+206