summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/realtek/rtl8xxxu/rtl8xxxu.h
Commit message (Expand)AuthorAgeFilesLines
* rtl8xxxu: Update author/maintainer contact infoJes Sorensen2017-01-201-1/+1
* rtl8xxxu: Pass tx_info to fill_txdesc in order to have access to retry countJes Sorensen2016-11-251-12/+15
* rtl8xxxu: Obtain RTS rates from mac80211Jes Sorensen2016-11-251-3/+3
* rtl8xxxu: Fix big-endian problem reporting mactimeJes Sorensen2016-11-251-2/+2
* rtl8xxxu: Stop log spam from each successful interruptLarry Finger2016-09-261-0/+1
* rtl8xxxu: Clean up llt_init() APIJes Sorensen2016-09-261-3/+3
* rtl8xxxu: Split filling of TX descriptors into separate functionsJes Sorensen2016-09-031-0/+12
* rtl8xxxu: Introduce fops bitflag indicating type of thermal meterJes Sorensen2016-09-031-0/+1
* rtl8xxxu: Convert flags in rtl8xxxu_fileops to bitflagsJes Sorensen2016-09-031-2/+2
* rtl8xxxu: Use flag to indicate whether device has TX report timer supportJes Sorensen2016-09-031-0/+1
* rtl8xxxu: Add TX page defines for 8723bJes Sorensen2016-09-031-0/+6
* rtl8xxxu: Enable aggregation for rtl8723auJes Sorensen2016-07-081-0/+1
* rtl8xxxu: Allocate larger RX skbs when aggregation is enabledJes Sorensen2016-07-081-0/+2
* rtl8xxxu: Correct rxdesc16 definitionJes Sorensen2016-07-081-2/+4
* rtl8xxxu: Obtain ieee80211_rx_status within parse_rx_desc()Jes Sorensen2016-07-081-6/+3
* rtl8xxxu: Remove the now obsolete mbox_ext_reg info from rtl8xxxu_fileopsJes Sorensen2016-05-031-2/+0
* rtl8xxxu: rtl8xxxu_prepare_calibrate() is never used on gen1Jes Sorensen2016-05-031-1/+1
* rtl8xxxu: Split rtl8723a_h2c_cmd() into a gen1 and a gen2 versionJes Sorensen2016-05-031-1/+2
* rtl8xxxu: Rename rtl8723a_disabled_to_emu() to rtl8xxxu_disabled_to_emu()Jes Sorensen2016-05-031-1/+1
* rtl8xxxu: move rtl8188[cr] and rtl8192c related code into rtl8xxxu_8192c.cJes Sorensen2016-05-031-0/+1
* rtl8xxxu: move rtl8723a related code into rtl8xxxu_8723a.cJes Sorensen2016-05-031-0/+17
* rtl8xxxu: move rtl8723b related code into rtl8xxxu_8723b.cJes Sorensen2016-05-031-0/+7
* rtl8xxxu: move rtl8192e related code into rtl8xxxu_8192e.cJes Sorensen2016-05-031-0/+53
* rtl8xxxu: Fix 8188RU supportJes Sorensen2016-04-151-0/+1
* rtl8xxxu: Add TX power base values for gen1 partsJes Sorensen2016-04-151-0/+26
* rtl8xxxu: Update copyright statement to include 2016Jes Sorensen2016-04-151-1/+1
* rtl8xxxu: Move PHY RF init into device specific functionsJes Sorensen2016-04-151-0/+1
* rtl8xxxu: Split USB quirks into gen1 and gen2 quirksJes Sorensen2016-04-151-0/+1
* rtl8xxxu: Make PBP tuning a fileops parameterJes Sorensen2016-04-151-0/+2
* rtl8xxxu: Do not backup RF_MODE_AG when it's never being usedJes Sorensen2016-04-151-1/+0
* rtl8xxxu: Store device specific TRXFF boundary in the fileopsJes Sorensen2016-04-151-0/+1
* rtl8xxxu: Split rtl8xxxu_init_phy_bb() into device specific functionsJes Sorensen2016-04-151-0/+1
* rtl8xxxu: Name RX descriptor types rxdesc16/rxdesc24Jes Sorensen2016-04-151-2/+3
* rtl8xxxu: Implement generic init_queue_reserved_page() functionJes Sorensen2016-04-151-0/+9
* rtl8xxxu: Correctly parse 8192eu efuseJes Sorensen2016-04-141-22/+16
* rtl8xxxu: Set TX page boundaries for 8192euJes Sorensen2016-04-141-0/+1
* rtl8xxxu: Add MAC init table for 8192euJes Sorensen2016-04-141-0/+1
* rtl8xxxu: Use enums for chip version numbersJes Sorensen2016-04-071-1/+25
* rtl8xxxu: TXDESC_SHORT_GI is txdesc32 onlyJes Sorensen2016-04-071-1/+1
* rtl8xxxu: Correct txdesc40 gid definitionJes Sorensen2016-04-071-1/+1
* rtl8xxxu: Rename TX descriptor bits to map them to 32/40 byte descriptorsJes Sorensen2016-04-071-49/+49
* rtl8xxxu: Change name of struct tx_desc to be more decriptiveJes Sorensen2016-04-071-2/+2
* rtl8xxxu: Use correct 8051 reset function for 8723b partsJes Sorensen2016-03-101-0/+1
* rtl8xxxu: Implement device specific power_off functionJes Sorensen2016-03-101-0/+1
* rtl8xxxu: Implement 8723bu specific disable_rf() functionJes Sorensen2016-03-101-0/+1
* rtl8xxxu: convert rtl8723bu_init_bt() into rtl8723b_enable_rf()Jes Sorensen2016-03-101-1/+0
* rtl8xxxu: Process C2H RA_REPORT events for 8723buJes Sorensen2016-03-101-0/+11
* rtl8xxxu: Report media status using the correct H2C command for 8723buJes Sorensen2016-03-101-0/+8
* rtl8xxxu: Implement basic 8723b specific update_rate_mask() functionJes Sorensen2016-03-101-1/+15
* rtl8xxxu: Define 8723b H2C ramask command structureJes Sorensen2016-03-101-1/+10