summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/realtek/rtl8xxxu/rtl8xxxu.c
AgeCommit message (Expand)Author
2016-05-03rtl8xxxu: Rename rtl8xxxu.c to rtl8xxxu_core.cJes Sorensen
2016-04-26rtl8xxxu: Rename rtl8723au_iqk_phy_iq_bb_regJes Sorensen
2016-04-26rtl8xxxu: Rename rtl8723bu_simularity_compare()Jes Sorensen
2016-04-26rtl8xxxu: Rename rtl8723b_channel_to_group()Jes Sorensen
2016-04-26rtl8xxxu: Rename rtl8723a_mac_init_table to rtl8xxxu_gen1_mac_init_tableJes Sorensen
2016-04-26rtl8xxxu: Rename rtl8723a_enable_rf() to rtl8xxxu_gen1_enable_rf()Jes Sorensen
2016-04-26rtl8xxxu: Rename rtl8723a_set_tx_power() to rtl8xxxu_gen1_set_tx_power()Jes Sorensen
2016-04-26rtl8xxxu: Rename rtl8723au_init_phy_bb() to rtl8xxxu_gen1_init_phy_bb()Jes Sorensen
2016-04-26rtl8xxxu: Rename rtl8723au_phy_iq_calibrate() to rtl8xxxu_gen1_phy_iq_calibra...Jes Sorensen
2016-04-26rtl8xxxu: Rename rtl8723au_update_rate_mask() to rtl8xxxu_update_rate_mask()Jes Sorensen
2016-04-26rtl8xxxu: Rename rtl8723au_config_channel() to rtl8xxxu_gen1_config_channel()Jes Sorensen
2016-04-26rtl8xxxu: Rename rtl8723a_disable_rf() to rtl8xxxu_gen1_disable_rf()Jes Sorensen
2016-04-26rtl8xxxu: Rename rtl8723b_disable_rf() to rtl8xxxu_gen2_disable_rf()Jes Sorensen
2016-04-26rtl8xxxu: Rename rtl8723bu_config_channel() to rtl8xxxu_gen2_config_channel()Jes Sorensen
2016-04-26rtl8xxxu: Rename rtl8723au_report_connect() to rtl8xxxu_gen1_report_connect()Jes Sorensen
2016-04-26rtl8xxxu: Rename rtl8723bu_report_connect() to rtl8xxxu_gen2_report_connect()Jes Sorensen
2016-04-26rtl8xxxu: Rename rtl8723bu_update_rate_mask() to rtl8xxxu_gen2_update_rate_ma...Jes Sorensen
2016-04-21rtl8xxxu: hide unused tablesArnd Bergmann
2016-04-15rtl8xxxu: Pause TX before calling disable_rf()Jes Sorensen
2016-04-15rtl8xxxu: Implement rtl8192e_enable_rf()Jes Sorensen
2016-04-15rtl8xxxu: Fix OOPS if user tries to add device via /sysJes Sorensen
2016-04-15rtl8xxxu: Fix 8188RU supportJes Sorensen
2016-04-15rtl8xxxu: Add TX power base values for gen1 partsJes Sorensen
2016-04-15rtl8xxxu: Set register 0xfe10 on rtl8192cu based partsJes Sorensen
2016-04-15rtl8xxxu: Update copyright statement to include 2016Jes Sorensen
2016-04-15rtl8xxxu: Unregister from mac80211 before shutting down the deviceJes Sorensen
2016-04-15rtl8xxxu: Match 8723bu power down sequence to vendor driverJes Sorensen
2016-04-15rtl8xxxu: Use rtl_chip == RTL8188R to identify high PA partsJes Sorensen
2016-04-15rtl8xxxu: Apply 8188RU workaround for UMC B cut parts correctlyJes Sorensen
2016-04-15rtl8xxxu: For devices with external PA (8188RU), limit CCK TX powerJes Sorensen
2016-04-15rtl8xxxu: Move PHY RF init into device specific functionsJes Sorensen
2016-04-15rtl8xxxu: fix uninitialized return value in retColin Ian King
2016-04-15rtl8xxxu: Mark 0x050d:0x1004 as testedJes Sorensen
2016-04-15Re-enable 8192eu supportJes Sorensen
2016-04-15rtl8xxxu: 8192eu Fix bug in LDPC RX hang fixJes Sorensen
2016-04-15rtl8xxxu: Remove unneeded 8192eu hackJes 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: REG_LDOA15_CTRL is only used on gen1 partsJes Sorensen
2016-04-15rtl8xxxu: Move loading of AGC table to device specific functionJes Sorensen
2016-04-15rtl8xxxu: Load AGC table before patching for 1T2R partsJes Sorensen
2016-04-15rtl8xxxu: Split rtl8xxxu_init_phy_bb() into device specific functionsJes Sorensen
2016-04-15rtl8xxxu: Use descriptive bits for setting RX paths for 1T2R partsJes Sorensen
2016-04-15rtl8xxxu: Correctly mask what was read from REG_CCK0_AFE_SETTINGJes Sorensen
2016-04-15rtl8xxxu: Remove unused 8723bu path B IQ calibration codeJes Sorensen
2016-04-15rtl8xxxu: Remove misleading warning from rtl8192eu_phy_iqcalibrate()Jes Sorensen
2016-04-15rtl8xxxu: Name RX descriptor types rxdesc16/rxdesc24Jes Sorensen
2016-04-15rtl8xxxu: byteswap the entire RX descriptor for 24 byte RX descriptorsJes Sorensen