summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/realtek
Commit message (Expand)AuthorAgeFilesLines
* rtlwifi: remove redundant initialization of variable ul_encalgoColin Ian King2022-02-011-1/+1
* rtw88: rtw8821c: enable rfe 6 devicesPing-Ke Shih2022-01-311-0/+1
* rtw88: fix memory overrun and memory leak during hw_scanPo-Hao Huang2022-01-311-10/+24
* rtw88: fix idle mode flow for hw scanPo-Hao Huang2022-01-314-4/+23
* rtw88: check for validity before using a pointerMuhammad Usama Anjum2022-01-311-0/+8
* rtw89: use pci_read/write_config instead of dbi read/writeChin-Yen Lee2022-01-281-75/+53
* rtw89: refine DIG feature to support 160M and CCK PDJohnson Lin2022-01-285-7/+44
* rtw89: fix maybe uninitialized `qempty` variableÍñigo Huguet2022-01-281-0/+1
* rtw89: include subband type in channel paramsZong-Zhe Yang2022-01-282-15/+20
* rtw89: handle 6G band if supported by a chipsetZong-Zhe Yang2022-01-283-57/+179
* rtw89: separate {init,deinit}_addr_cam functionsPing-Ke Shih2022-01-283-14/+26
* rtw89: set mac_id and port ID to TXWDPing-Ke Shih2022-01-283-2/+27
* rtw89: send broadcast/multicast packets via HIQ if STAs are in sleep modePing-Ke Shih2022-01-282-3/+6
* rtw89: configure mac port HIQ registersPing-Ke Shih2022-01-282-2/+46
* rtw89: rename vif_maintain to role_maintainPing-Ke Shih2022-01-284-17/+17
* rtw89: extend firmware commands on states of sta_assoc and sta_disconnectPing-Ke Shih2022-01-284-14/+32
* rtw89: allocate mac_id for each station in AP modePing-Ke Shih2022-01-281-0/+5
* rtw89: implement mac80211_ops::set_tim to indicate STA to receive packetsPing-Ke Shih2022-01-283-0/+35
* rtw89: add C2H handle of BCN_CNTPing-Ke Shih2022-01-282-0/+7
* rtw89: download beacon content to firmwarePing-Ke Shih2022-01-283-0/+159
* rtw89: use hardware SSN to TX management framePing-Ke Shih2022-01-283-1/+11
* rtw89: configure rx_filter according to FIF_PROBE_REQPing-Ke Shih2022-01-281-1/+10
* rtw89: correct use of BA CAMPing-Ke Shih2022-01-285-8/+107
* rtw89: encapsulate RX handlers to single functionPing-Ke Shih2022-01-281-15/+17
* rtw89: Add RX counters of VHT MCS-10/11 to debugfsPing-Ke Shih2022-01-281-8/+14
* rtw89: remove duplicate definition of hardware port numberPing-Ke Shih2022-01-284-13/+12
* rtw89: extract modules by chipsetZong-Zhe Yang2022-01-2813-60/+131
* Merge tag 'wireless-drivers-next-2021-12-23' of git://git.kernel.org/pub/scm/...Jakub Kicinski2021-12-2327-121/+1026
|\
| * rtw89: 8852a: correct bit definition of dfs_enChung-Hsuan Hung2021-12-221-1/+1
| * rtw88: don't consider deep PS mode when transmitting packetChin-Yen Lee2021-12-224-2/+11
| * 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
| * rtlwifi: rtl8192cu: Fix WARNING when calling local_irq_restore() with interru...Larry Finger2021-12-201-0/+1
| * rtl8xxxu: Improve the A-MPDU retransmission rate with RTS/CTS protectionChris Chiu2021-12-201-2/+2
| * rtw88: 8822c: update rx settings to prevent potential hw deadlockPo-Hao Huang2021-12-204-4/+4
| * rtw88: don't check CRC of VHT-SIG-B in 802.11ac signalChin-Yen Lee2021-12-205-8/+20
| * rtw88: Disable PCIe ASPM while doing NAPI poll on 8821CEKai-Heng Feng2021-12-202-51/+21
* | codel: remove unnecessary sock.h includeJakub Kicinski2021-12-222-0/+4
* | Merge tag 'mac80211-next-for-net-next-2021-12-21' of git://git.kernel.org/pub...Jakub Kicinski2021-12-212-2/+3
|\ \ | |/ |/|
| * ieee80211: change HE nominal packet padding value definesMiri Korenblit2021-11-282-2/+3
* | rtw89: coex: Update COEX to 5.5.8Ching-Te Ku2021-12-141-1/+1
* | rtw89: coex: Cancel PS leaving while C2H comesChing-Te Ku2021-12-141-2/+0
* | rtw89: coex: Update BT counters while receiving reportChing-Te Ku2021-12-141-17/+15
* | rtw89: coex: Define LPS state for BTC usingChing-Te Ku2021-12-142-4/+10
* | rtw89: coex: Add MAC API to get BT polluted counterChing-Te Ku2021-12-144-2/+18
* | rtw89: coex: Not to send H2C when WL not ready and count H2CChing-Te Ku2021-12-141-2/+25
* | rtw89: coex: correct C2H header lengthChing-Te Ku2021-12-141-0/+2
* | rtw89: don't kick off TX DMA if failed to write skbPing-Ke Shih2021-12-081-0/+1
* | rtw89: remove cch_by_bw which is not usedZong-Zhe Yang2021-12-082-29/+0
* | rtw89: fix sending wrong rtwsta->mac_id to firmware to fill address CAMPing-Ke Shih2021-12-088-48/+43