aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/net/wireless/realtek/rtlwifi/base.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2023-11-22wifi: rtlwifi: simplify rtl_action_proc() and rtl_tx_agg_start()Dmitry Antipov1-8/+0
2023-10-19wifi: rtlwifi: drop chk_switch_dmdp() from HAL interfaceDmitry Antipov1-6/+0
2023-06-08wifi: rtlwifi: remove unused timer and related codeDmitry Antipov1-15/+1
2023-06-01wifi: rtlwifi: use helper function rtl_get_hdr()Juhee Kang1-2/+2
2022-04-11mac80211: prepare sta handling for MLO supportSriram R1-15/+16
2022-04-06rtlwifi: replace usage of found with dedicated list iterator variableJakob Koschel1-7/+6
2021-05-13net: rtlwifi: properly check for alloc_workqueue() failureGreg Kroah-Hartman1-5/+10
2021-05-13Revert "rtlwifi: fix a potential NULL pointer dereference"Greg Kroah-Hartman1-5/+0
2021-04-17rtlwifi: Simplify locking of a skb list accessesChristophe JAILLET1-13/+2
2020-09-29net: rtlwifi: Replace in_interrupt() for context detectionSebastian Andrzej Siewior1-4/+4
2020-09-29net: rtlwifi: Remove void* casts related to delayed workSebastian Andrzej Siewior1-20/+19
2020-09-01rtlwifi: Use fallthrough pseudo-keywordGustavo A. R. Silva1-1/+1
2020-08-31rtlwifi: Replace RT_TRACE with rtl_dbgLarry Finger1-72/+72
2020-05-06rtlwifi: use true,false for bool variable in rtl_init_rfkill()Jason Yan1-1/+1
2019-10-04mac80211: simplify TX aggregation startJohannes Berg1-2/+1
2019-04-04rtlwifi: fix a potential NULL pointer dereferenceKangjie Lu1-0/+5
2019-02-28rtlwifi: Fix all blank line irregularities in main code filesLarry Finger1-2/+5
2019-02-19rtlwifi: Replace old-style license informationLarry Finger1-24/+2
2019-02-08rtlwifi: remove set but not used variable 'cmd_seq'YueHaibing1-2/+1
2019-02-01rtlwifi: Don't clear num_rx_inperiod too earlyBernd Edlinger1-2/+2
2018-12-13rtlwifi: Fix leak of skb when processing C2H_BT_INFOLarry Finger1-0/+1
2018-07-20Merge ra.kernel.org:/pub/scm/linux/kernel/git/torvalds/linuxDavid S. Miller1-7/+10
2018-06-24rtlwifi: Fix kernel Oops "Fw download fail!!"Ping-Ke Shih1-7/+10
2018-06-18ieee80211: bump IEEE80211_MAX_AMPDU_BUF to support HEJohannes Berg1-1/+1
2018-05-29rtlwifi: fix btmpinfo timeout while processing C2H_BT_INFOPing-Ke Shih1-0/+22
2018-05-29rtlwifi: access skb->data to get C2H data by macroPing-Ke Shih1-4/+4
2018-05-29rtlwifi: use sk_buff to queue C2H commandsPing-Ke Shih1-74/+22
2018-05-29rtlwifi: remove hal_op c2h_content_parsingPing-Ke Shih1-4/+3
2018-05-29rtlwifi: remove duplicate C2H handlerPing-Ke Shih1-0/+72
2018-05-29rtlwifi: remove CONNECTION_MONITOR flagPing-Ke Shih1-1/+0
2018-05-29rtlwifi: support accurate nullfunc frame tx ack reportTzu-En Huang1-8/+76
2018-03-27rtlwifi: remove redundant statement found by static checkerPing-Ke Shih1-1/+0
2018-02-27rtlwifi: Add rate section and its related definition and commentPing-Ke Shih1-0/+3
2018-02-27rtlwifi: Extend tx_power_by_rate_offset size for newer ICPing-Ke Shih1-0/+2
2018-02-27rtlwifi: Use 6 bits as sequence number of TX reportPing-Ke Shih1-4/+18
2018-02-27rtlwifi: Add Support VHT to spec_verPing-Ke Shih1-2/+4
2018-02-27rtlwifi: enable mac80211 fast-tx supportPing-Ke Shih1-0/+1
2018-01-24rtlwifi: Add spec_ver to check whether use new rate-id or notPing-Ke Shih1-12/+114
2018-01-24rtlwifi: 8822be has to report vht capability to mac80211Ping-Ke Shih1-1/+2
2018-01-18rtlwifi: Support A-MSDU in A-MPDU capabilityPing-Ke Shih1-0/+1
2018-01-17rtlwifi: Use mutex to replace spin_lock to protect IPS and LPSPing-Ke Shih1-4/+2
2018-01-08rtlwifi: Improve debugging by using debugfsPing-Ke Shih1-0/+6
2018-01-08rtlwifi: Remove unnecessary parenthesesFrank A. Cancio Bello1-6/+6
2018-01-08rtlwifi: mark expected switch fall-through in rtl_make_smps_actionGustavo A. R. Silva1-3/+1
2018-01-08rtlwifi: check for array overflowDan Carpenter1-0/+4
2017-12-14rtlwifi: always initialize variables given to RT_TRACE()Nicolas Iooss1-1/+1
2017-11-08rtlwifi: remove redundant pointer tid_dataColin Ian King1-2/+0
2017-10-27rtlwifi: Remove seq_number from rtl_tid_dataPing-Ke Shih1-4/+2
2017-10-27rtlwifi: Convert timers to use timer_setup()Kees Cook1-10/+10
2017-10-17rtlwifi: Fix typo in if ... else if ... else constructLarry Finger1-2/+2