aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless
Commit message (Expand)AuthorAgeFilesLines
* net: drop the weight argument from netif_napi_addJakub Kicinski2022-09-2811-19/+12
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-09-224-4/+6
|\
| * wifi: mt76: fix 5 GHz connection regression on mt76x0/mt76x2Felix Fietkau2022-09-121-1/+2
| * wifi: mt76: fix reading current per-tid starting sequence number for aggregationFelix Fietkau2022-09-121-1/+1
| * wifi: iwlwifi: Mark IWLMEI as brokenToke Høiland-Jørgensen2022-09-121-0/+1
| * wifi: iwlwifi: don't spam logs with NSS>2 messagesJason A. Donenfeld2022-09-071-2/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni2022-09-086-14/+55
|\|
| * wifi: mac80211_hwsim: check length for virtio packetsSoenke Huster2022-09-031-1/+6
| * wifi: iwlegacy: 4965: corrected fix for potential off-by-one overflow in il49...Stanislaw Gruszka2022-08-301-4/+1
| * wifi: wilc1000: fix DMA on stack objectsAjay.Kathat@microchip.com2022-08-303-8/+47
| * wifi: mt76: mt7921e: fix crash in chip reset failDeren Wu2022-08-261-1/+1
* | Merge tag 'wireless-next-2022-09-03' of git://git.kernel.org/pub/scm/linux/ke...David S. Miller2022-09-0459-6795/+26250
|\ \
| * | wifi: mac80211_hwsim: fix multi-channel handling in netlink RXJohannes Berg2022-09-031-22/+4
| * | wifi: mac80211_hwsim: warn on invalid link addressJohannes Berg2022-09-031-0/+2
| * | wifi: mac80211_hwsim: refactor RX a bitJohannes Berg2022-09-031-11/+15
| * | wifi: mac80211_hwsim: check STA magic in change_sta_linksJohannes Berg2022-09-031-0/+2
| * | wifi: mac80211_hwsim: remove multicast workaroundJohannes Berg2022-09-031-6/+1
| * | wifi: move from strlcpy with unused retval to strscpyWolfram Sang2022-09-0222-36/+36
| * | wifi: wilc1000: remove redundant ret variableJinpeng Cui2022-09-021-3/+2
| * | wifi: rtw88: add missing destroy_workqueue() on error path in rtw_core_init()Yang Yingliang2022-09-021-2/+6
| * | wifi: wfx: prevent underflow in wfx_send_pds()Dan Carpenter2022-09-021-1/+1
| * | wifi: rtl8xxxu: tighten bounds checking in rtl8xxxu_read_efuse()Dan Carpenter2022-09-021-7/+7
| * | wifi: rtw89: declare to support beamformee above bandwidth 80MHzPing-Ke Shih2022-09-021-0/+2
| * | wifi: rtw89: correct polling address of address CAMPing-Ke Shih2022-09-021-1/+1
| * | wifi: rtw89: no HTC field if TX rate might fallback to legacyPing-Ke Shih2022-09-024-12/+14
| * | wifi: rtw89: pci: correct TX resource checking in low power modePing-Ke Shih2022-09-021-0/+2
| * | wifi: rtw89: pci: fix interrupt stuck after leaving low power modePing-Ke Shih2022-09-021-1/+2
| * | wifi: rtw89: enlarge the CFO tracking boundaryCheng-Chieh Hsieh2022-09-021-1/+1
| * | wifi: rtw89: pci: correct suspend/resume setting for variant chipsChin-Yen Lee2022-09-021-8/+23
| * | wifi: rtw89: pci: enable CLK_REQ, ASPM, L1 and L1ss for 8852cChin-Yen Lee2022-09-022-24/+79
| * | wifi: rtw89: pci: fix PCI PHY auto adaption by using software restoreChia-Yuan Li2022-09-023-2/+110
| * | wifi: rtw89: 8852c: set TBTT shift configurationChia-Yuan Li2022-09-022-0/+23
| * | wifi: rtw89: add retry to change power_mode stateChin-Yen Lee2022-09-022-6/+18
| * | wifi: rtw89: correct BA CAM allocationPing-Ke Shih2022-09-024-20/+73
| * | wifi: rtw89: 8852c: initialize and correct BA CAM contentPing-Ke Shih2022-09-026-1/+77
| * | wifi: rtw89: 8852c: declare correct BA CAM numberPing-Ke Shih2022-09-025-13/+21
| * | wifi: rtw89: 8852c: update TX power tables to R49Zong-Zhe Yang2022-09-021-3279/+6546
| * | wifi: rtw89: 8852c: update RF radio A/B parameters to R49Ping-Ke Shih2022-09-021-2538/+16505
| * | wifi: rtw89: TX power limit/limit_ru consider negativeZong-Zhe Yang2022-09-022-16/+20
| * | rtw89: coex: Update Wi-Fi driver/firmware TDMA cycle report for RTL8852cChing-Te Ku2022-09-022-8/+113
| * | rtw89: coex: Add v1 Wi-Fi SCC coexistence policyChing-Te Ku2022-09-022-2/+112
| * | rtw89: coex: Move _set_policy to chip_opsChing-Te Ku2022-09-025-1/+386
| * | rtw89: coex: update WL role info v1 for RTL8852C branch usingChing-Te Ku2022-09-024-74/+458
| * | rtw89: coex: Add v1 version TDMA format and parametersChing-Te Ku2022-09-022-17/+75
| * | rtw89: coex: Define BT B1 slot lengthChing-Te Ku2022-09-021-65/+66
| * | rtw89: coex: Add logic to parsing rtl8852c firmware type ctrl reportChing-Te Ku2022-09-023-27/+98
| * | rtw89: coex: Move Wi-Fi firmware coexistence matching version to chipChing-Te Ku2022-09-024-37/+66
| * | rtw89: coex: update radio state for RTL8852A/RTL8852CChing-Te Ku2022-09-022-9/+19
| * | rtw89: 8852c: adjust mactxen delay of mac/phy interfaceChia-Yuan Li2022-09-022-1/+7
| * | rtw89: 8852c: modify PCIE prebkf timeChia-Yuan Li2022-09-021-1/+11