aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/realtek
AgeCommit message (Expand)AuthorFilesLines
2016-04-26rtl8xxxu: Rename rtl8723bu_config_channel() to rtl8xxxu_gen2_config_channel()Jes Sorensen1-3/+3
2016-04-26rtl8xxxu: Rename rtl8723au_report_connect() to rtl8xxxu_gen1_report_connect()Jes Sorensen1-4/+4
2016-04-26rtl8xxxu: Rename rtl8723bu_report_connect() to rtl8xxxu_gen2_report_connect()Jes Sorensen1-4/+4
2016-04-26rtl8xxxu: Rename rtl8723bu_update_rate_mask() to rtl8xxxu_gen2_update_rate_mask()Jes Sorensen1-4/+4
2016-04-26rtlwifi: rtl8821ae: Make sure loop counter is signed on all architecturesDavid Müller1-1/+1
2016-04-26rtl818x_pci: Fix a memory leak in rtl8180_init_rx_ringJia-Ju Bai1-0/+4
2016-04-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-3/+3
2016-04-21rtl8xxxu: hide unused tablesArnd Bergmann1-0/+4
2016-04-18treewide: Fix typos in printkMasanari Iida1-2/+2
2016-04-15rtl8xxxu: Pause TX before calling disable_rf()Jes Sorensen1-4/+2
2016-04-15rtl8xxxu: Implement rtl8192e_enable_rf()Jes Sorensen1-1/+38
2016-04-15rtl8xxxu: Fix OOPS if user tries to add device via /sysJes Sorensen1-0/+1
2016-04-15rtl8xxxu: Fix 8188RU supportJes Sorensen2-7/+15
2016-04-15rtl8xxxu: Add TX power base values for gen1 partsJes Sorensen2-14/+130
2016-04-15rtl8xxxu: Set register 0xfe10 on rtl8192cu based partsJes Sorensen1-0/+2
2016-04-15rtl8xxxu: Update copyright statement to include 2016Jes Sorensen3-3/+3
2016-04-15rtl8xxxu: Unregister from mac80211 before shutting down the deviceJes Sorensen1-10/+4
2016-04-15rtl8xxxu: Match 8723bu power down sequence to vendor driverJes Sorensen1-4/+12
2016-04-15rtl8xxxu: Use rtl_chip == RTL8188R to identify high PA partsJes Sorensen1-7/+5
2016-04-15rtl8xxxu: Apply 8188RU workaround for UMC B cut parts correctlyJes Sorensen1-1/+1
2016-04-15rtl8xxxu: For devices with external PA (8188RU), limit CCK TX powerJes Sorensen1-0/+7
2016-04-15rtl8xxxu: Move PHY RF init into device specific functionsJes Sorensen2-54/+80
2016-04-15rtl8xxxu: fix uninitialized return value in retColin Ian King1-3/+3
2016-04-15rtl8xxxu: Mark 0x050d:0x1004 as testedJes Sorensen1-2/+7
2016-04-15Re-enable 8192eu supportJes Sorensen1-4/+0
2016-04-15rtl8xxxu: 8192eu Fix bug in LDPC RX hang fixJes Sorensen1-1/+1
2016-04-15rtl8xxxu: Remove unneeded 8192eu hackJes Sorensen1-9/+6
2016-04-15rtl8xxxu: Split USB quirks into gen1 and gen2 quirksJes Sorensen2-40/+56
2016-04-15rtl8xxxu: Make PBP tuning a fileops parameterJes Sorensen2-7/+12
2016-04-15rtl8xxxu: Do not backup RF_MODE_AG when it's never being usedJes Sorensen2-4/+0
2016-04-15rtl8xxxu: Store device specific TRXFF boundary in the fileopsJes Sorensen2-6/+6
2016-04-15rtl8xxxu: REG_LDOA15_CTRL is only used on gen1 partsJes Sorensen1-13/+9
2016-04-15rtl8xxxu: Move loading of AGC table to device specific functionJes Sorensen1-14/+12
2016-04-15rtl8xxxu: Load AGC table before patching for 1T2R partsJes Sorensen1-14/+14
2016-04-15rtl8xxxu: Split rtl8xxxu_init_phy_bb() into device specific functionsJes Sorensen2-58/+77
2016-04-15rtl8xxxu: Use descriptive bits for setting RX paths for 1T2R partsJes Sorensen2-1/+7
2016-04-15rtl8xxxu: Correctly mask what was read from REG_CCK0_AFE_SETTINGJes Sorensen1-1/+1
2016-04-15rtl8xxxu: Remove unused 8723bu path B IQ calibration codeJes Sorensen1-73/+3
2016-04-15rtl8xxxu: Remove misleading warning from rtl8192eu_phy_iqcalibrate()Jes Sorensen1-2/+0
2016-04-15rtl8xxxu: Name RX descriptor types rxdesc16/rxdesc24Jes Sorensen2-18/+25
2016-04-15rtl8xxxu: byteswap the entire RX descriptor for 24 byte RX descriptorsJes Sorensen1-6/+13
2016-04-15rtl8xxxu: Use has_s0s1 for REG_S0S1 issues onlyJes Sorensen1-3/+4
2016-04-15rtl8xxxu: Implment rtl8192e_set_tx_power()Jes Sorensen1-1/+77
2016-04-15rtl8xxxu: Do not try to set REG_LEDCFG2 on 8192euJes Sorensen1-3/+5
2016-04-15rtl8xxxu: Do not init FPGA0_TX_INFO on 8192euJes Sorensen1-1/+1
2016-04-15rtl8xxxu: Do not set REG_PBP on 8192euJes Sorensen1-1/+2
2016-04-15rtl8xxxu: Reorder chip quirks to follow flow of 8192eu driverJes Sorensen1-21/+21
2016-04-15rtl8xxxu: Implement generic init_queue_reserved_page() functionJes Sorensen3-15/+71
2016-04-15rtl8xxxu: Reorg more code to match the flow of the 8192eu vendor driverJes Sorensen1-53/+56
2016-04-15rtl8xxxu: Reorder parts of init code to match the 8192eu vendor code flowJes Sorensen1-15/+20