summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/realtek/rtl8xxxu/rtl8xxxu.h
AgeCommit message (Expand)Author
2020-03-26rtl8xxxu: Feed current txrate information for mac80211Chris Chiu
2020-03-26rtl8xxxu: add enumeration for channel bandwidthChris Chiu
2020-03-23wireless: realtek: Replace zero-length array with flexible-array memberGustavo A. R. Silva
2019-10-22rtl8xxxu: fix RTL8723BU connection failure issue after warm rebootChris Chiu
2019-10-09rtl8xxxu: add bluetooth co-existence support for single antennaChris Chiu
2019-10-09rtl8xxxu: Improve TX performance of RTL8723BU on rtl8xxxu driverChris Chiu
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 295Thomas Gleixner
2018-01-24rtl8xxxu: Fix trailing semicolonLuis de Bethencourt
2017-01-20rtl8xxxu: Update author/maintainer contact infoJes Sorensen
2016-11-25rtl8xxxu: Pass tx_info to fill_txdesc in order to have access to retry countJes Sorensen
2016-11-25rtl8xxxu: Obtain RTS rates from mac80211Jes Sorensen
2016-11-25rtl8xxxu: Fix big-endian problem reporting mactimeJes Sorensen
2016-09-26rtl8xxxu: Stop log spam from each successful interruptLarry Finger
2016-09-26rtl8xxxu: Clean up llt_init() APIJes Sorensen
2016-09-03rtl8xxxu: Split filling of TX descriptors into separate functionsJes Sorensen
2016-09-03rtl8xxxu: Introduce fops bitflag indicating type of thermal meterJes Sorensen
2016-09-03rtl8xxxu: Convert flags in rtl8xxxu_fileops to bitflagsJes Sorensen
2016-09-03rtl8xxxu: Use flag to indicate whether device has TX report timer supportJes Sorensen
2016-09-03rtl8xxxu: Add TX page defines for 8723bJes Sorensen
2016-07-08rtl8xxxu: Enable aggregation for rtl8723auJes Sorensen
2016-07-08rtl8xxxu: Allocate larger RX skbs when aggregation is enabledJes Sorensen
2016-07-08rtl8xxxu: Correct rxdesc16 definitionJes Sorensen
2016-07-08rtl8xxxu: Obtain ieee80211_rx_status within parse_rx_desc()Jes Sorensen
2016-05-03rtl8xxxu: Remove the now obsolete mbox_ext_reg info from rtl8xxxu_fileopsJes Sorensen
2016-05-03rtl8xxxu: rtl8xxxu_prepare_calibrate() is never used on gen1Jes Sorensen
2016-05-03rtl8xxxu: Split rtl8723a_h2c_cmd() into a gen1 and a gen2 versionJes Sorensen
2016-05-03rtl8xxxu: Rename rtl8723a_disabled_to_emu() to rtl8xxxu_disabled_to_emu()Jes Sorensen
2016-05-03rtl8xxxu: move rtl8188[cr] and rtl8192c related code into rtl8xxxu_8192c.cJes Sorensen
2016-05-03rtl8xxxu: move rtl8723a related code into rtl8xxxu_8723a.cJes Sorensen
2016-05-03rtl8xxxu: move rtl8723b related code into rtl8xxxu_8723b.cJes Sorensen
2016-05-03rtl8xxxu: move rtl8192e related code into rtl8xxxu_8192e.cJes Sorensen
2016-04-15rtl8xxxu: Fix 8188RU supportJes Sorensen
2016-04-15rtl8xxxu: Add TX power base values for gen1 partsJes Sorensen
2016-04-15rtl8xxxu: Update copyright statement to include 2016Jes Sorensen
2016-04-15rtl8xxxu: Move PHY RF init into device specific functionsJes Sorensen
2016-04-15rtl8xxxu: Split USB quirks into gen1 and gen2 quirksJes Sorensen
2016-04-15rtl8xxxu: Make PBP tuning a fileops parameterJes Sorensen
2016-04-15rtl8xxxu: Do not backup RF_MODE_AG when it's never being usedJes Sorensen
2016-04-15rtl8xxxu: Store device specific TRXFF boundary in the fileopsJes Sorensen
2016-04-15rtl8xxxu: Split rtl8xxxu_init_phy_bb() into device specific functionsJes Sorensen
2016-04-15rtl8xxxu: Name RX descriptor types rxdesc16/rxdesc24Jes Sorensen
2016-04-15rtl8xxxu: Implement generic init_queue_reserved_page() functionJes Sorensen
2016-04-14rtl8xxxu: Correctly parse 8192eu efuseJes Sorensen
2016-04-14rtl8xxxu: Set TX page boundaries for 8192euJes Sorensen
2016-04-14rtl8xxxu: Add MAC init table for 8192euJes Sorensen
2016-04-07rtl8xxxu: Use enums for chip version numbersJes Sorensen
2016-04-07rtl8xxxu: TXDESC_SHORT_GI is txdesc32 onlyJes Sorensen
2016-04-07rtl8xxxu: Correct txdesc40 gid definitionJes Sorensen
2016-04-07rtl8xxxu: Rename TX descriptor bits to map them to 32/40 byte descriptorsJes Sorensen
2016-04-07rtl8xxxu: Change name of struct tx_desc to be more decriptiveJes Sorensen