summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/realtek/rtlwifi/pci.c
Commit message (Expand)AuthorAgeFilesLines
* wifi: mac80211: return a beacon for a specific linkShaul Triebitz2022-06-201-1/+1
* rtlwifi: replace usage of found with dedicated list iterator variableJakob Koschel2022-04-061-8/+7
* wireless: Remove redundant 'flush_workqueue()' callsChristophe JAILLET2021-10-131-1/+0
* net: rtlwifi: Replace in_interrupt() for context detectionSebastian Andrzej Siewior2020-09-291-2/+2
* rtlwifi: switch from 'pci_' to 'dma_' APIChristophe JAILLET2020-09-091-61/+55
* rtlwifi: Replace RT_TRACE with rtl_dbgLarry Finger2020-08-311-141/+141
* rtlwifi/rtw88: convert tasklets to use new tasklet_setup() APIAllen Pais2020-08-271-11/+10
* rtlwifi: rtl_pci: Fix -Wcast-function-typePhong Tran2019-12-181-4/+6
* rtlwifi: rtl_pci: Fix problem of too small skb->lenLarry Finger2019-10-231-1/+2
* rtlwifi: rtl_pci: Fix memory leak when hardware init failsLarry Finger2019-09-031-0/+2
* rtlwifi: rtl_pci: Use dev_get_drvdataChuhong Yuan2019-08-061-4/+2
* rtlwifi: move spin_lock_bh to spin_lock in taskletJeff Xie2019-04-041-3/+3
* rtlwifi: Replace old-style license informationLarry Finger2019-02-191-24/+2
* rtlwifi: Fix kernel Oops "Fw download fail!!"Ping-Ke Shih2018-06-241-1/+1
* rtlwifi: use sk_buff to queue C2H commandsPing-Ke Shih2018-05-291-2/+1
* rtlwifi: remove hal_op rx_command_packetPing-Ke Shih2018-05-291-2/+2
* rtlwifi: support accurate nullfunc frame tx ack reportTzu-En Huang2018-05-291-5/+8
* headers: untangle kmemleak.h from mm.hRandy Dunlap2018-04-051-1/+0
* rtlwifi: add efuse ops for other componentsPing-Ke Shih2018-02-271-0/+1
* rtlwifi: btcoex: Add wifi_only series ops to control solo cardPing-Ke Shih2018-01-241-2/+6
* rtlwifi: btcoex: Remove global variables from btcoexPing-Ke Shih2018-01-171-1/+4
* rtlwifi: Improve debugging by using debugfsPing-Ke Shih2018-01-081-0/+6
* rtlwifi: rtl_pci: Fix the bug when inactiveps is enabled.Tsang-Shian Lin2017-12-141-0/+7
* rtlwifi: rtl_pci: 8822BE puts broadcast and multicast packet to HIQPing-Ke Shih2017-12-141-0/+8
* rtlwifi: cleanup the code that check whether TX ring is availablePing-Ke Shih2017-12-071-8/+0
* rtlwifi: Reduce IO in RX interrupt to boost throughputPing-Ke Shih2017-12-071-2/+3
* rtlwifi: Convert individual interrupt results to structLarry Finger2017-12-071-24/+23
* rtlwifi: rtl_pci: Extend recognized interrupt parameters from two to four ISRPing-Ke Shih2017-11-081-1/+2
* rtlwifi: rtl_pci: Add ID for 8822BEPing-Ke Shih2017-11-081-0/+5
* rtlwifi: rtl_pci: Add fill_tx_special_desc to issue H2C data, and process TXO...Ping-Ke Shih2017-11-081-0/+11
* rtlwifi: rtl_pci: Add support for 8822be TX/RX BDPing-Ke Shih2017-11-081-3/+11
* rtlwifi: rtl_pci: Simplify some code be eliminating extraneous variablesLarry Finger2017-11-081-24/+11
* rtlwifi: rtl_pci: Fix formatting problems in pci.cLarry Finger2017-11-081-114/+93
* rtlwifi: Remove seq_number from rtl_tid_dataPing-Ke Shih2017-10-271-17/+0
* rtlwifi: rtl8192ee: Make driver support 64bits DMA.Ping-Ke Shih2017-10-131-10/+39
* rtlwifi: rtl_pci_probe: Fix fail path of _rtl_pci_find_adapterMalcolm Priestley2017-08-031-2/+2
* rtlwifi: Fill ap_num field by driverPing-Ke Shih2017-06-281-0/+3
* rtlwifi: Add ap_num field for btcoexistPing-Ke Shih2017-06-281-0/+1
* net: manual clean code which call skb_put_[data:zero]yuan linyu2017-06-201-2/+1
* networking: introduce and use skb_put_data()Johannes Berg2017-06-161-2/+1
* rtlwifi: Set retry limit depends on vif type.Ping-Ke Shih2017-02-071-0/+7
* rtlwifi: Remove debugging entry in sysfsLarry Finger2017-01-201-8/+0
* rtlwifi: Convert COMP_XX entries into a proper debugging maskLarry Finger2017-01-201-10/+0
* rtlwifi: Remove RT_TRACE messages that use DBG_EMERGLarry Finger2016-12-301-23/+13
* rtlwifi: Replace local debug macro RT_ASSERTLarry Finger2016-12-301-6/+6
* rtlwifi: Fix enter/exit power_saveLarry Finger2016-11-291-9/+5
* rtlwifi: Remove address of Free Software FoundationLarry Finger2016-11-171-4/+0
* rtlwifi: Add switch variable to 'switch case not processed' messagesJoe Perches2016-09-271-1/+2
* rtlwifi: pci: use dev_kfree_skb_irq instead of kfree_skb in rtl_pci_reset_trx...wang yanqing2016-05-111-1/+1
* rtlwifi: rtl818x: constify rtl_intf_ops structuresJulia Lawall2016-05-111-1/+1