summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/realtek/rtw88
AgeCommit message (Expand)AuthorFilesLines
2020-03-23rtw88: pci: define a mask for TX/RX BD indexesYan-Hsuan Chuang2-11/+23
2020-03-23rtw88: associate reserved pages with each vifYan-Hsuan Chuang6-103/+258
2020-03-23rtw88: extract alloc rsvd_page and h2c skb routinesYan-Hsuan Chuang3-23/+66
2020-03-23rtw88: don't hold all IRQs disabled for PS operationsBrian Norris2-22/+36
2020-03-23wireless: realtek: Replace zero-length array with flexible-array memberGustavo A. R. Silva2-2/+2
2020-03-12rtw88: remove unused member of struct rtw_halKevin Lo2-7/+0
2020-02-13rtw88: Fix incorrect beamformee role settingTzu-En Huang1-4/+2
2020-02-12rtw88: 8822[bc]: Make tables const, reduce data object sizeJoe Perches5-49/+50
2020-02-12rtw88: disable TX-AMSDU on 2.4G bandYan-Hsuan Chuang1-0/+15
2020-02-12rtw88: 8822c: modify rf protection settingChien-Hsun Liao3-10/+20
2020-02-12rtw88: Use secondary channel offset enumerationPing-Ke Shih5-12/+22
2020-02-12rtw88: Use kfree_skb() instead of kfree()Dan Carpenter1-1/+1
2020-02-12rtw88: 8822c: update power sequence to v16Tzu-En Huang1-0/+5
2020-02-12rtw88: add ciphers to suppress error messagePing-Ke Shih1-0/+3
2020-02-12rtw88: avoid holding mutex for cancel_delayed_work_sync()Yan-Hsuan Chuang3-0/+12
2020-02-12rtw88: move rtw_enter_ips() to the last when configPing-Ke Shih1-9/+10
2020-02-12rtw88: pci: 8822c should set clock delay to zeroYan-Hsuan Chuang2-0/+8
2020-02-12rtw88: add rtw_read8_mask and rtw_read16_maskYan-Hsuan Chuang1-0/+26
2020-02-12rtw88: remove unused parameter vif in rtw_lps_pg_info_get()Yan-Hsuan Chuang1-3/+2
2020-02-03rtw88: Fix return value of rtw_wow_check_fw_statusChin-Yen Lee1-12/+11
2020-01-26rtw88: use shorter delay time to poll PS stateYan-Hsuan Chuang1-2/+2
2020-01-26rtw88: fix potential NULL skb access in TX ISRYan-Hsuan Chuang1-0/+5
2020-01-26rtw88: use true,false for bool variablezhengbin1-1/+1
2020-01-26rtw88: change max_num_of_tx_queue() definition to inline in pci.hZong-Zhe Yang1-1/+1
2020-01-26rtw88: assign NULL to skb after being kfree()'edYan-Hsuan Chuang1-1/+4
2020-01-26rtw88: use rtw_hci_stop() instead of rtwdev->hci.ops->stop()Chin-Yen Lee1-1/+1
2020-01-26rtw88: remove unused vif pointer in struct rtw_vifYan-Hsuan Chuang2-2/+0
2020-01-26rtw88: remove unused variable 'in_lps'Yan-Hsuan Chuang2-2/+0
2020-01-26rtw88: remove unused spinlockTzu-En Huang2-4/+0
2020-01-26rtw88: 8822c: update power sequence to v15Tzu-En Huang1-3/+3
2020-01-26rtw88: fix TX secondary channel offset of 40M if current bw is 20M or 40MPing-Ke Shih1-4/+6
2020-01-26rtw88: fix rate mask for 1SS chipPing-Ke Shih1-7/+5
2020-01-26rtw88: Add wowlan net-detect supportChin-Yen Lee7-15/+571
2020-01-26rtw88: Add wowlan pattern match supportChin-Yen Lee7-0/+274
2020-01-26rtw88: support wowlan feature for 8822cChin-Yen Lee13-0/+836
2020-01-26rtw88: load wowlan firmware if wowlan is supportedChin-Yen Lee2-12/+70
2020-01-26rtw88: add interface config for 8822cYan-Hsuan Chuang4-0/+27
2020-01-26rtw88: pci: reset dma when reset pci trx ringChin-Yen Lee1-9/+10
2020-01-26rtw88: pci: reset ring index when release skbs in tx ringChin-Yen Lee1-0/+1
2019-11-20rtw88: allows to enable/disable HCI link PS mechanismYan-Hsuan Chuang4-0/+51
2019-11-20rtw88: pci: enable CLKREQ function if host supports itYan-Hsuan Chuang2-0/+85
2019-11-20rtw88: pci: use for loop instead of while loop for DBI/MDIOYan-Hsuan Chuang1-12/+14
2019-11-20rtw88: pci: use macros to access PCI DBI/MDIO registersYan-Hsuan Chuang2-11/+20
2019-11-15rtw88: remove duplicated include from ps.cYueHaibing1-1/+0
2019-11-08rtw88: signal completion even on firmware-request failureBrian Norris1-0/+1
2019-11-06rtw88: fix potential NULL pointer access for firmwareYan-Hsuan Chuang1-1/+3
2019-11-06rtw88: raise LPS threshold to 50, for less power consumptionYan-Hsuan Chuang1-1/+1
2019-11-06Merge tag 'wireless-drivers-next-2019-11-05' of git://git.kernel.org/pub/scm/...David S. Miller34-499/+4070
2019-10-31rtw88: remove redundant null pointer check on arraysColin Ian King1-1/+1
2019-10-31rtw88: avoid FW info floodYan-Hsuan Chuang2-17/+10