aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/realtek/rtlwifi/pci.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-06-20wifi: mac80211: return a beacon for a specific linkShaul Triebitz1-1/+1
2022-04-06rtlwifi: replace usage of found with dedicated list iterator variableJakob Koschel1-8/+7
2021-10-13wireless: Remove redundant 'flush_workqueue()' callsChristophe JAILLET1-1/+0
2020-09-29net: rtlwifi: Replace in_interrupt() for context detectionSebastian Andrzej Siewior1-2/+2
2020-09-09rtlwifi: switch from 'pci_' to 'dma_' APIChristophe JAILLET1-61/+55
2020-08-31rtlwifi: Replace RT_TRACE with rtl_dbgLarry Finger1-141/+141
2020-08-27rtlwifi/rtw88: convert tasklets to use new tasklet_setup() APIAllen Pais1-11/+10
2019-12-18rtlwifi: rtl_pci: Fix -Wcast-function-typePhong Tran1-4/+6
2019-10-23rtlwifi: rtl_pci: Fix problem of too small skb->lenLarry Finger1-1/+2
2019-09-03rtlwifi: rtl_pci: Fix memory leak when hardware init failsLarry Finger1-0/+2
2019-08-06rtlwifi: rtl_pci: Use dev_get_drvdataChuhong Yuan1-4/+2
2019-04-04rtlwifi: move spin_lock_bh to spin_lock in taskletJeff Xie1-3/+3
2019-02-19rtlwifi: Replace old-style license informationLarry Finger1-24/+2
2018-06-24rtlwifi: Fix kernel Oops "Fw download fail!!"Ping-Ke Shih1-1/+1
2018-05-29rtlwifi: use sk_buff to queue C2H commandsPing-Ke Shih1-2/+1
2018-05-29rtlwifi: remove hal_op rx_command_packetPing-Ke Shih1-2/+2
2018-05-29rtlwifi: support accurate nullfunc frame tx ack reportTzu-En Huang1-5/+8
2018-04-05headers: untangle kmemleak.h from mm.hRandy Dunlap1-1/+0
2018-02-27rtlwifi: add efuse ops for other componentsPing-Ke Shih1-0/+1
2018-01-24rtlwifi: btcoex: Add wifi_only series ops to control solo cardPing-Ke Shih1-2/+6
2018-01-17rtlwifi: btcoex: Remove global variables from btcoexPing-Ke Shih1-1/+4
2018-01-08rtlwifi: Improve debugging by using debugfsPing-Ke Shih1-0/+6
2017-12-14rtlwifi: rtl_pci: Fix the bug when inactiveps is enabled.Tsang-Shian Lin1-0/+7
2017-12-14rtlwifi: rtl_pci: 8822BE puts broadcast and multicast packet to HIQPing-Ke Shih1-0/+8
2017-12-07rtlwifi: cleanup the code that check whether TX ring is availablePing-Ke Shih1-8/+0
2017-12-07rtlwifi: Reduce IO in RX interrupt to boost throughputPing-Ke Shih1-2/+3
2017-12-07rtlwifi: Convert individual interrupt results to structLarry Finger1-24/+23
2017-11-08rtlwifi: rtl_pci: Extend recognized interrupt parameters from two to four ISRPing-Ke Shih1-1/+2
2017-11-08rtlwifi: rtl_pci: Add ID for 8822BEPing-Ke Shih1-0/+5
2017-11-08rtlwifi: rtl_pci: Add fill_tx_special_desc to issue H2C data, and process TXOK in interrupt.Ping-Ke Shih1-0/+11
2017-11-08rtlwifi: rtl_pci: Add support for 8822be TX/RX BDPing-Ke Shih1-3/+11
2017-11-08rtlwifi: rtl_pci: Simplify some code be eliminating extraneous variablesLarry Finger1-24/+11
2017-11-08rtlwifi: rtl_pci: Fix formatting problems in pci.cLarry Finger1-114/+93
2017-10-27rtlwifi: Remove seq_number from rtl_tid_dataPing-Ke Shih1-17/+0
2017-10-13rtlwifi: rtl8192ee: Make driver support 64bits DMA.Ping-Ke Shih1-10/+39
2017-08-03rtlwifi: rtl_pci_probe: Fix fail path of _rtl_pci_find_adapterMalcolm Priestley1-2/+2
2017-06-28rtlwifi: Fill ap_num field by driverPing-Ke Shih1-0/+3
2017-06-28rtlwifi: Add ap_num field for btcoexistPing-Ke Shih1-0/+1
2017-06-20net: manual clean code which call skb_put_[data:zero]yuan linyu1-2/+1
2017-06-16networking: introduce and use skb_put_data()Johannes Berg1-2/+1
2017-02-07rtlwifi: Set retry limit depends on vif type.Ping-Ke Shih1-0/+7
2017-01-20rtlwifi: Remove debugging entry in sysfsLarry Finger1-8/+0
2017-01-20rtlwifi: Convert COMP_XX entries into a proper debugging maskLarry Finger1-10/+0
2016-12-30rtlwifi: Remove RT_TRACE messages that use DBG_EMERGLarry Finger1-23/+13
2016-12-30rtlwifi: Replace local debug macro RT_ASSERTLarry Finger1-6/+6
2016-11-29rtlwifi: Fix enter/exit power_saveLarry Finger1-9/+5
2016-11-17rtlwifi: Remove address of Free Software FoundationLarry Finger1-4/+0
2016-09-27rtlwifi: Add switch variable to 'switch case not processed' messagesJoe Perches1-1/+2
2016-05-11rtlwifi: pci: use dev_kfree_skb_irq instead of kfree_skb in rtl_pci_reset_trx_ringwang yanqing1-1/+1
2016-05-11rtlwifi: rtl818x: constify rtl_intf_ops structuresJulia Lawall1-1/+1