summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/realtek/rtl8xxxu/rtl8xxxu.h
AgeCommit message (Expand)AuthorFilesLines
2016-03-10rtl8xxxu: Define 8723b H2C ramask command structureJes Sorensen1-1/+10
2016-03-10rtl8xxxu: Improve handling of txdesc32 vs txdesc40 handlingJes Sorensen1-2/+5
2016-03-10rtl8xxxu: TX RTS rate is word 4 for 8723aJes Sorensen1-2/+2
2016-03-10rtl8723au: Update TX descriptor words 4 and 5 definitionsJes Sorensen1-10/+22
2016-03-10rtl8xxxu: Set sequence number correctly for 40 byte TX descriptorsJes Sorensen1-2/+6
2016-03-10rtl8xxxu: Add more 40 byte TX desc bit definitionsJes Sorensen1-3/+24
2016-03-10rtl8xxxu: Add additional tx descriptor bits for data word 0Jes Sorensen1-0/+4
2016-03-10rtl8xxxu: Handle 40 byte TX descriptors for rtl8723buJes Sorensen1-1/+2
2016-03-10rtl8xxxu: Add definition for 8723bu tx descriptorJes Sorensen1-0/+16
2016-03-10rtl8xxxu: Parse efuse power indices for 8723buJes Sorensen1-15/+28
2016-03-10rtl8xxxu: Bump TX power arrays to handle larger channel groupsJes Sorensen1-9/+16
2016-03-10rtl8xxxu: Introduce set_tx_power() fileop and a new 8723b dummy derivativeJes Sorensen1-0/+2
2016-03-10rtl8xxxu: Correct struct rtl8723bu_efuse to list power bases correctlyJes Sorensen1-5/+18
2016-03-10rtl8xxxu: Do not use hard-wired RF enable settings for 8723buJes Sorensen1-0/+1
2016-03-10rtl8xxxu: Implement init_statistics for 8723buJes Sorensen1-0/+1
2016-03-10rtl8xxxu: Setup RX aggregationJes Sorensen1-0/+1
2016-03-10rtl8xxxu: Handle XTAL_K value in efuse specific locationJes Sorensen1-0/+2
2016-03-10rtl8xxxu: Issue BT_INFO commandJes Sorensen1-0/+4
2016-03-10rtl8xxxu: Handle BT register writes and MP_OPER eventsJes Sorensen1-2/+57
2016-03-10rtl8xxxu: Initial functionality to handle C2H events for 8723buJes Sorensen1-0/+54
2016-03-10rtl8xxxu: Handle 8723bu style rx descriptorsJes Sorensen1-0/+8
2016-03-10rtl8xxxu: Add rtl8723bu (nextgen) rx descriptor definitionJes Sorensen1-0/+125
2016-03-10rtl8xxxu: Do not ignore wlan activity on 8723buJes Sorensen1-0/+4
2016-03-10rtl8xxxu: Improve 8723bu init codeJes Sorensen1-0/+8
2016-03-10rtl8xxxu: Initial rtl8723bu_init_bt() codeJes Sorensen1-2/+13
2016-03-10rtl8xxxu: Initial implementation of rtl8723bu_config_channel()Jes Sorensen1-0/+1
2016-03-10rtl8xxxu: rtl8192eu: Map out EFUSE TX power areaJakub Sitnicki1-5/+17
2016-03-10rtl8xxxu: Remove backing up certain registers, which was never usedJes Sorensen1-3/+0
2016-03-10rtl8xxxu: Handle S0S1 register in lc_calibrate()Jes Sorensen1-0/+1
2016-03-10rtl8xxxu: First stab at adding IQK calibration for 8723bu partsJes Sorensen1-0/+1
2016-03-10rtl8xxxu: Make rtl8xxxu_add_path_on() use device specific init valuesJes Sorensen1-0/+4
2016-03-10rtl8xxxu: Do BT_WLAN_CALIBRATION before doing IQK calibrationJes Sorensen1-0/+4
2016-03-10rtl8xxxu: rtl8xxxu_h2c_cmd(): Add size argumentJes Sorensen1-1/+0
2016-03-10rtl8xxxu: Add definitions for new generation h2c commandsJes Sorensen1-4/+83
2016-03-10rtl8xxxu: Handle 32 bit mailbox extension regs found on 8723bu/8192eu/8812Jes Sorensen1-1/+7
2016-03-10rtl8xxxu: Add rtl8723bu_phy_init_antenna_selection()Jes Sorensen1-0/+1
2016-03-10rtl8xxxu: Add rtl8723bu_radioa_1t_init_tableJes Sorensen1-2/+4
2016-03-10rtl8xxxu: Only setup USB interrupts for parts which support itJes Sorensen1-0/+1
2016-03-10rtl8xxxu: Add rtl8723bu_parse_efuse() and 8723bu efuse definitionJes Sorensen1-0/+42
2016-03-10rtl8xxxu: Initial rtl8723bu chip identificationJes Sorensen1-1/+1
2016-03-10rtl8xxxu: Add rtl8xxxu_auto_llt_table()Jes Sorensen1-0/+1
2016-03-10rtl8xxxu: Identify chip vendors correctlyJes Sorensen1-0/+2
2016-03-10rtl8xxxu: Add initial code to parse rtl8192eu efuseJes Sorensen1-3/+47
2016-02-25rtl8xxxu: Use REG_EFUSE_TEST register only on multifunctional devicesJakub Sitnicki1-0/+1
2016-02-25rtl8xxxu: Remove unused clutter for handling recursive calls to rtl8xxxu_init...Jes Sorensen1-1/+0
2015-10-21New driver: rtl8xxxu (mac80211)Jes Sorensen1-0/+676