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