summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/realtek/rtlwifi/base.c
Commit message (Expand)AuthorAgeFilesLines
* 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/+2Star
* rtlwifi: remove set but not used variable 'cmd_seq'YueHaibing2019-02-081-2/+1Star
* 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/+22Star
* rtlwifi: remove hal_op c2h_content_parsingPing-Ke Shih2018-05-291-4/+3Star
* rtlwifi: remove duplicate C2H handlerPing-Ke Shih2018-05-291-0/+72
* rtlwifi: remove CONNECTION_MONITOR flagPing-Ke Shih2018-05-291-1/+0Star
* 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/+0Star
* 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/+2Star
* 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/+1Star
* 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/+0Star
* rtlwifi: Remove seq_number from rtl_tid_dataPing-Ke Shih2017-10-271-4/+2Star
* 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
* rtlwifi: Add bw_update parameter for RA mask update.Ping-Ke Shih2017-10-131-1/+1
* rtlwifi: Add TX/RX throughput statistics in periodPing-Ke Shih2017-10-131-0/+16
* rtlwifi: Add rtl_get_hal_edca_param() to generate register's format of EDCA.Ping-Ke Shih2017-10-131-0/+36
* rtlwifi: Implement rtl_get_tx_hw_rate to yield correct hw_ratePing-Ke Shih2017-10-131-4/+38
* rtlwifi: Fix MAX MPDU of VHT capabilityPing-Ke Shih2017-10-131-4/+0Star
* rtlwifi: Replace hardcode value with macroSouptick Joarder2017-08-031-3/+2Star
* rtlwifi: Uses addr1 instead DA to determine broadcast and multicast addr.Ping-Ke Shih2017-07-281-2/+2
* rtlwifi: Fill in_4way field by driverPing-Ke Shih2017-07-281-0/+11
* rtlwifi: kfree entry until after entry->bssid has been accessedColin Ian King2017-07-271-1/+1
* rtlwifi: Fill ap_num field by driverPing-Ke Shih2017-06-281-0/+102
* Merge tag 'wireless-drivers-next-for-davem-2017-06-25' of git://git.kernel.or...David S. Miller2017-06-251-16/+164
|\
| * rtlwifi: btcoexist control to enter/leave LPSPing-Ke Shih2017-06-211-0/+8
| * rtlwifi: Add rx ampdu cfg for btcoexist.Ping-Ke Shih2017-06-211-0/+27
| * rtlwifi: Revise special packet notification to be readable format.Ping-Ke Shih2017-06-211-4/+9
| * rtlwifi: Add TX report and disable key to force wait until report acked.Ping-Ke Shih2017-06-211-12/+116