aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/realtek/rtl8xxxu/rtl8xxxu.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-09-29wifi: rtl8xxxu: gen2: Enable 40 MHz channel widthBitterblue Smith1-3/+3
2021-08-21rtl8xxxu: Fix the handling of TX A-MPDU aggregationChris Chiu1-0/+2
2021-06-19rtl8xxxu: Fix device info for RTL8192EU devicesPascal Terjan1-8/+3
2021-04-17rtl8xxxu: Simplify locking of a skb list accessesChristophe JAILLET1-1/+0
2020-03-26rtl8xxxu: Feed current txrate information for mac80211Chris Chiu1-1/+11
2020-03-26rtl8xxxu: add enumeration for channel bandwidthChris Chiu1-0/+9
2020-03-23wireless: realtek: Replace zero-length array with flexible-array memberGustavo A. R. Silva1-1/+1
2019-10-22rtl8xxxu: fix RTL8723BU connection failure issue after warm rebootChris Chiu1-0/+1
2019-10-09rtl8xxxu: add bluetooth co-existence support for single antennaChris Chiu1-0/+37
2019-10-09rtl8xxxu: Improve TX performance of RTL8723BU on rtl8xxxu driverChris Chiu1-3/+52
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 295Thomas Gleixner1-9/+1
2018-01-24rtl8xxxu: Fix trailing semicolonLuis de Bethencourt1-1/+1
2017-01-20rtl8xxxu: Update author/maintainer contact infoJes Sorensen1-1/+1
2016-11-25rtl8xxxu: Pass tx_info to fill_txdesc in order to have access to retry countJes Sorensen1-12/+15
2016-11-25rtl8xxxu: Obtain RTS rates from mac80211Jes Sorensen1-3/+3
2016-11-25rtl8xxxu: Fix big-endian problem reporting mactimeJes Sorensen1-2/+2
2016-09-26rtl8xxxu: Stop log spam from each successful interruptLarry Finger1-0/+1
2016-09-26rtl8xxxu: Clean up llt_init() APIJes Sorensen1-3/+3
2016-09-03rtl8xxxu: Split filling of TX descriptors into separate functionsJes Sorensen1-0/+12
2016-09-03rtl8xxxu: Introduce fops bitflag indicating type of thermal meterJes Sorensen1-0/+1
2016-09-03rtl8xxxu: Convert flags in rtl8xxxu_fileops to bitflagsJes Sorensen1-2/+2
2016-09-03rtl8xxxu: Use flag to indicate whether device has TX report timer supportJes Sorensen1-0/+1
2016-09-03rtl8xxxu: Add TX page defines for 8723bJes Sorensen1-0/+6
2016-07-08rtl8xxxu: Enable aggregation for rtl8723auJes Sorensen1-0/+1
2016-07-08rtl8xxxu: Allocate larger RX skbs when aggregation is enabledJes Sorensen1-0/+2
2016-07-08rtl8xxxu: Correct rxdesc16 definitionJes Sorensen1-2/+4
2016-07-08rtl8xxxu: Obtain ieee80211_rx_status within parse_rx_desc()Jes Sorensen1-6/+3
2016-05-03rtl8xxxu: Remove the now obsolete mbox_ext_reg info from rtl8xxxu_fileopsJes Sorensen1-2/+0
2016-05-03rtl8xxxu: rtl8xxxu_prepare_calibrate() is never used on gen1Jes Sorensen1-1/+1
2016-05-03rtl8xxxu: Split rtl8723a_h2c_cmd() into a gen1 and a gen2 versionJes Sorensen1-1/+2
2016-05-03rtl8xxxu: Rename rtl8723a_disabled_to_emu() to rtl8xxxu_disabled_to_emu()Jes Sorensen1-1/+1
2016-05-03rtl8xxxu: move rtl8188[cr] and rtl8192c related code into rtl8xxxu_8192c.cJes Sorensen1-0/+1
2016-05-03rtl8xxxu: move rtl8723a related code into rtl8xxxu_8723a.cJes Sorensen1-0/+17
2016-05-03rtl8xxxu: move rtl8723b related code into rtl8xxxu_8723b.cJes Sorensen1-0/+7
2016-05-03rtl8xxxu: move rtl8192e related code into rtl8xxxu_8192e.cJes Sorensen1-0/+53
2016-04-15rtl8xxxu: Fix 8188RU supportJes Sorensen1-0/+1
2016-04-15rtl8xxxu: Add TX power base values for gen1 partsJes Sorensen1-0/+26
2016-04-15rtl8xxxu: Update copyright statement to include 2016Jes Sorensen1-1/+1
2016-04-15rtl8xxxu: Move PHY RF init into device specific functionsJes Sorensen1-0/+1
2016-04-15rtl8xxxu: Split USB quirks into gen1 and gen2 quirksJes Sorensen1-0/+1
2016-04-15rtl8xxxu: Make PBP tuning a fileops parameterJes Sorensen1-0/+2
2016-04-15rtl8xxxu: Do not backup RF_MODE_AG when it's never being usedJes Sorensen1-1/+0
2016-04-15rtl8xxxu: Store device specific TRXFF boundary in the fileopsJes Sorensen1-0/+1
2016-04-15rtl8xxxu: Split rtl8xxxu_init_phy_bb() into device specific functionsJes Sorensen1-0/+1
2016-04-15rtl8xxxu: Name RX descriptor types rxdesc16/rxdesc24Jes Sorensen1-2/+3
2016-04-15rtl8xxxu: Implement generic init_queue_reserved_page() functionJes Sorensen1-0/+9
2016-04-14rtl8xxxu: Correctly parse 8192eu efuseJes Sorensen1-22/+16
2016-04-14rtl8xxxu: Set TX page boundaries for 8192euJes Sorensen1-0/+1
2016-04-14rtl8xxxu: Add MAC init table for 8192euJes Sorensen1-0/+1
2016-04-07rtl8xxxu: Use enums for chip version numbersJes Sorensen1-1/+25