summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/realtek/rtlwifi/base.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* wifi: rtlwifi: simplify rtl_action_proc() and rtl_tx_agg_start()Dmitry Antipov2023-11-221-8/+0
* wifi: rtlwifi: drop chk_switch_dmdp() from HAL interfaceDmitry Antipov2023-10-191-6/+0
* wifi: rtlwifi: remove unused timer and related codeDmitry Antipov2023-06-081-15/+1
* wifi: rtlwifi: use helper function rtl_get_hdr()Juhee Kang2023-06-011-2/+2
* mac80211: prepare sta handling for MLO supportSriram R2022-04-111-15/+16
* rtlwifi: replace usage of found with dedicated list iterator variableJakob Koschel2022-04-061-7/+6
* net: rtlwifi: properly check for alloc_workqueue() failureGreg Kroah-Hartman2021-05-131-5/+10
* Revert "rtlwifi: fix a potential NULL pointer dereference"Greg Kroah-Hartman2021-05-131-5/+0
* rtlwifi: Simplify locking of a skb list accessesChristophe JAILLET2021-04-171-13/+2
* net: rtlwifi: Replace in_interrupt() for context detectionSebastian Andrzej Siewior2020-09-291-4/+4
* net: rtlwifi: Remove void* casts related to delayed workSebastian Andrzej Siewior2020-09-291-20/+19
* rtlwifi: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-09-011-1/+1
* rtlwifi: Replace RT_TRACE with rtl_dbgLarry Finger2020-08-311-72/+72
* rtlwifi: use true,false for bool variable in rtl_init_rfkill()Jason Yan2020-05-061-1/+1
* mac80211: simplify TX aggregation startJohannes Berg2019-10-041-2/+1
* rtlwifi: fix a potential NULL pointer dereferenceKangjie Lu2019-04-041-0/+5
* rtlwifi: Fix all blank line irregularities in main code filesLarry Finger2019-02-281-2/+5
* rtlwifi: Replace old-style license informationLarry Finger2019-02-191-24/+2
* rtlwifi: remove set but not used variable 'cmd_seq'YueHaibing2019-02-081-2/+1
* rtlwifi: Don't clear num_rx_inperiod too earlyBernd Edlinger2019-02-011-2/+2
* rtlwifi: Fix leak of skb when processing C2H_BT_INFOLarry Finger2018-12-131-0/+1
* Merge ra.kernel.org:/pub/scm/linux/kernel/git/torvalds/linuxDavid S. Miller2018-07-211-7/+10
|\
| * rtlwifi: Fix kernel Oops "Fw download fail!!"Ping-Ke Shih2018-06-241-7/+10
* | ieee80211: bump IEEE80211_MAX_AMPDU_BUF to support HEJohannes Berg2018-06-181-1/+1
|/
* rtlwifi: fix btmpinfo timeout while processing C2H_BT_INFOPing-Ke Shih2018-05-291-0/+22
* rtlwifi: access skb->data to get C2H data by macroPing-Ke Shih2018-05-291-4/+4
* rtlwifi: use sk_buff to queue C2H commandsPing-Ke Shih2018-05-291-74/+22
* rtlwifi: remove hal_op c2h_content_parsingPing-Ke Shih2018-05-291-4/+3
* rtlwifi: remove duplicate C2H handlerPing-Ke Shih2018-05-291-0/+72
* rtlwifi: remove CONNECTION_MONITOR flagPing-Ke Shih2018-05-291-1/+0
* rtlwifi: support accurate nullfunc frame tx ack reportTzu-En Huang2018-05-291-8/+76
* rtlwifi: remove redundant statement found by static checkerPing-Ke Shih2018-03-271-1/+0
* rtlwifi: Add rate section and its related definition and commentPing-Ke Shih2018-02-271-0/+3
* rtlwifi: Extend tx_power_by_rate_offset size for newer ICPing-Ke Shih2018-02-271-0/+2
* rtlwifi: Use 6 bits as sequence number of TX reportPing-Ke Shih2018-02-271-4/+18
* rtlwifi: Add Support VHT to spec_verPing-Ke Shih2018-02-271-2/+4
* rtlwifi: enable mac80211 fast-tx supportPing-Ke Shih2018-02-271-0/+1
* rtlwifi: Add spec_ver to check whether use new rate-id or notPing-Ke Shih2018-01-241-12/+114
* rtlwifi: 8822be has to report vht capability to mac80211Ping-Ke Shih2018-01-241-1/+2
* rtlwifi: Support A-MSDU in A-MPDU capabilityPing-Ke Shih2018-01-181-0/+1
* rtlwifi: Use mutex to replace spin_lock to protect IPS and LPSPing-Ke Shih2018-01-171-4/+2
* rtlwifi: Improve debugging by using debugfsPing-Ke Shih2018-01-081-0/+6
* rtlwifi: Remove unnecessary parenthesesFrank A. Cancio Bello2018-01-081-6/+6
* rtlwifi: mark expected switch fall-through in rtl_make_smps_actionGustavo A. R. Silva2018-01-081-3/+1
* rtlwifi: check for array overflowDan Carpenter2018-01-081-0/+4
* rtlwifi: always initialize variables given to RT_TRACE()Nicolas Iooss2017-12-141-1/+1
* rtlwifi: remove redundant pointer tid_dataColin Ian King2017-11-081-2/+0
* rtlwifi: Remove seq_number from rtl_tid_dataPing-Ke Shih2017-10-271-4/+2
* rtlwifi: Convert timers to use timer_setup()Kees Cook2017-10-271-10/+10
* rtlwifi: Fix typo in if ... else if ... else constructLarry Finger2017-10-171-2/+2