summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/realtek/rtw88/pci.c
AgeCommit message (Expand)Author
2020-04-14rtw88: avoid unused function warningsArnd Bergmann
2020-03-23rtw88: kick off TX packets once for higher efficiencyYan-Hsuan Chuang
2020-03-23rtw88: pci: define a mask for TX/RX BD indexesYan-Hsuan Chuang
2020-03-23rtw88: extract alloc rsvd_page and h2c skb routinesYan-Hsuan Chuang
2020-03-23rtw88: don't hold all IRQs disabled for PS operationsBrian Norris
2020-02-12rtw88: 8822[bc]: Make tables const, reduce data object sizeJoe Perches
2020-02-12rtw88: pci: 8822c should set clock delay to zeroYan-Hsuan Chuang
2020-01-26rtw88: fix potential NULL skb access in TX ISRYan-Hsuan Chuang
2020-01-26rtw88: support wowlan feature for 8822cChin-Yen Lee
2020-01-26rtw88: add interface config for 8822cYan-Hsuan Chuang
2020-01-26rtw88: pci: reset dma when reset pci trx ringChin-Yen Lee
2020-01-26rtw88: pci: reset ring index when release skbs in tx ringChin-Yen Lee
2019-11-20rtw88: allows to enable/disable HCI link PS mechanismYan-Hsuan Chuang
2019-11-20rtw88: pci: enable CLKREQ function if host supports itYan-Hsuan Chuang
2019-11-20rtw88: pci: use for loop instead of while loop for DBI/MDIOYan-Hsuan Chuang
2019-11-20rtw88: pci: use macros to access PCI DBI/MDIO registersYan-Hsuan Chuang
2019-10-14rtw88: pci: config phy after chip info is setupYan-Hsuan Chuang
2019-10-02rtw88: add deep power save supportYan-Hsuan Chuang
2019-10-02rtw88: pci: reset H2C queue indexes in a single writeYan-Hsuan Chuang
2019-09-21rtw88: pci: release tx skbs DMAed when stopYan-Hsuan Chuang
2019-09-21rtw88: pci: extract skbs free routine for trx ringsYan-Hsuan Chuang
2019-09-03rtw88: pci: enable MSI interruptYu-Yen Ting
2019-09-03rtw88: pci: Move a mass of jobs in hw IRQ to soft IRQJian-Hong Pan
2019-08-06rtw88: allow c2h operation in irq contextYan-Hsuan Chuang
2019-08-06rtw88: pci: remove set but not used variable 'ip_sel'YueHaibing
2019-07-24rtw88: pci: Use DMA sync instead of remapping in RX ISRJian-Hong Pan
2019-07-24rtw88: pci: Rearrange the memory usage for skb in RX ISRJian-Hong Pan
2019-05-28rtw88: pci: check if queue mapping exceeds size of ac_to_hwqYan-Hsuan Chuang
2019-05-28rtw88: pci: use ieee80211_ac_numbers instead of 0-3Yan-Hsuan Chuang
2019-04-30rtw88: new Realtek 802.11ac driverYan-Hsuan Chuang