aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/realtek
AgeCommit message (Expand)AuthorFilesLines
2022-01-28rtw89: allocate mac_id for each station in AP modePing-Ke Shih1-0/+5
2022-01-28rtw89: implement mac80211_ops::set_tim to indicate STA to receive packetsPing-Ke Shih3-0/+35
2022-01-28rtw89: add C2H handle of BCN_CNTPing-Ke Shih2-0/+7
2022-01-28rtw89: download beacon content to firmwarePing-Ke Shih3-0/+159
2022-01-28rtw89: use hardware SSN to TX management framePing-Ke Shih3-1/+11
2022-01-28rtw89: configure rx_filter according to FIF_PROBE_REQPing-Ke Shih1-1/+10
2022-01-28rtw89: correct use of BA CAMPing-Ke Shih5-8/+107
2022-01-28rtw89: encapsulate RX handlers to single functionPing-Ke Shih1-15/+17
2022-01-28rtw89: Add RX counters of VHT MCS-10/11 to debugfsPing-Ke Shih1-8/+14
2022-01-28rtw89: remove duplicate definition of hardware port numberPing-Ke Shih4-13/+12
2022-01-28rtw89: extract modules by chipsetZong-Zhe Yang13-60/+131
2021-12-23Merge tag 'wireless-drivers-next-2021-12-23' of git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers-nextJakub Kicinski27-121/+1026
2021-12-22codel: remove unnecessary sock.h includeJakub Kicinski2-0/+4
2021-12-22rtw89: 8852a: correct bit definition of dfs_enChung-Hsuan Hung1-1/+1
2021-12-22rtw88: don't consider deep PS mode when transmitting packetChin-Yen Lee4-2/+11
2021-12-21rtw88: support SAR via kernel common APIZong-Zhe Yang9-20/+257
2021-12-21rtw88: 8822c: add ieee80211_ops::hw_scanPo-Hao Huang9-33/+709
2021-12-21Merge tag 'mac80211-next-for-net-next-2021-12-21' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-nextJakub Kicinski2-2/+3
2021-12-20rtlwifi: rtl8192cu: Fix WARNING when calling local_irq_restore() with interrupts enabledLarry Finger1-0/+1
2021-12-20rtl8xxxu: Improve the A-MPDU retransmission rate with RTS/CTS protectionChris Chiu1-2/+2
2021-12-20rtw88: 8822c: update rx settings to prevent potential hw deadlockPo-Hao Huang4-4/+4
2021-12-20rtw88: don't check CRC of VHT-SIG-B in 802.11ac signalChin-Yen Lee5-8/+20
2021-12-20rtw88: Disable PCIe ASPM while doing NAPI poll on 8821CEKai-Heng Feng2-51/+21
2021-12-14rtw89: coex: Update COEX to 5.5.8Ching-Te Ku1-1/+1
2021-12-14rtw89: coex: Cancel PS leaving while C2H comesChing-Te Ku1-2/+0
2021-12-14rtw89: coex: Update BT counters while receiving reportChing-Te Ku1-17/+15
2021-12-14rtw89: coex: Define LPS state for BTC usingChing-Te Ku2-4/+10
2021-12-14rtw89: coex: Add MAC API to get BT polluted counterChing-Te Ku4-2/+18
2021-12-14rtw89: coex: Not to send H2C when WL not ready and count H2CChing-Te Ku1-2/+25
2021-12-14rtw89: coex: correct C2H header lengthChing-Te Ku1-0/+2
2021-12-08rtw89: don't kick off TX DMA if failed to write skbPing-Ke Shih1-0/+1
2021-12-08rtw89: remove cch_by_bw which is not usedZong-Zhe Yang2-29/+0
2021-12-08rtw89: fix sending wrong rtwsta->mac_id to firmware to fill address CAMPing-Ke Shih8-48/+43
2021-12-08rtw88: refine tx_pwr_tbl debugfs to show channel and bandwidthZong-Zhe Yang1-0/+2
2021-12-08rtw88: add debugfs to fix tx rateYan-Hsuan Chuang4-0/+58
2021-12-08rtw89: fix incorrect channel info during scanPo Hao Huang8-53/+264
2021-12-08rtw89: update scan_mac_addr during scanning periodPing-Ke Shih7-19/+28
2021-12-08rtw89: use inline function instead macro to set H2C and CAMPing-Ke Shih2-962/+1581
2021-12-08rtw89: add const in the cast of le32_get_bits()Ping-Ke Shih2-57/+57
2021-12-07Merge tag 'wireless-drivers-next-2021-12-07' of git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers-nextJakub Kicinski14-5457/+7295
2021-11-29rtlwifi: rtl8192de: Style clean-upsKees Cook2-11/+7
2021-11-28ieee80211: change HE nominal packet padding value definesMiri Korenblit2-2/+3
2021-11-26rtw88: add quirk to disable pci caps on HP 250 G7 Notebook PCPing-Ke Shih1-0/+9
2021-11-26rtw88: add debugfs to force lowest basic rateYu-Yen Ting3-1/+42
2021-11-26rtw88: follow the AP basic rates for tx mgmt frameYu-Yen Ting1-5/+21
2021-11-26rtw89: add AXIDMA and TX FIFO dump in mac_mem_dumpChia-Yuan Li2-0/+15
2021-11-26rtw89: fix potentially access out of range of RF register arrayPing-Ke Shih1-14/+19
2021-11-26rtw89: remove unneeded variableChangcheng Deng1-2/+1
2021-11-26rtw89: remove unnecessary conditional operatorsYe Guojin4-5/+5
2021-11-26rtw89: update rtw89_regulatory map to R58-R31Zong-Zhe Yang1-187/+188