aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/realtek
AgeCommit message (Expand)AuthorFilesLines
2016-04-14rtl8xxxu: Adjust AFE crystal value on 8192euJes Sorensen2-0/+43
2016-04-14rtl8xxxu: Implement IQK calibration for 8192euJes Sorensen2-1/+608
2016-04-14rtl8xxxu: Use proper register name for REG_PAD_CTRL1Jes Sorensen1-2/+2
2016-04-14rtl8xxxu: Implement 8192eu device specific quirksJes Sorensen2-0/+15
2016-04-14rtl8xxxu: Fix LDPC RX hang issue on 8192euJes Sorensen1-0/+10
2016-04-14rtl8xxxu: Set REG_USB_HRPWM for 8192euJes Sorensen2-0/+3
2016-04-14rtl8xxxu: Set correct interrupt masking registers on 8192euJes Sorensen1-10/+10
2016-04-14rtl8xxxu: Handle XTAL value setting on 8192euJes Sorensen1-1/+4
2016-04-14rtl8xxxu: Provide special handling when writing RF regs on 8192euJes Sorensen1-1/+13
2016-04-14rtl8xxxu: Handle BB init for 8192euJes Sorensen1-0/+5
2016-04-14rtl8xxxu: Correctly parse 8192eu efuseJes Sorensen2-22/+56
2016-04-14rtl8xxxu: Pick PHY init table based on chip version firstJes Sorensen1-7/+6
2016-04-14rtl8xxxu: Add 8192eu PHY init tableJes Sorensen1-0/+140
2016-04-14rtl8xxxu: Add 8192eu AGC tablesJes Sorensen1-1/+146
2016-04-14rtl8xxxu: Add radio init tables for 8192euJes Sorensen1-0/+154
2016-04-14rtl8xxxu: Set TX page boundaries for 8192euJes Sorensen2-1/+7
2016-04-14rtl8xxxu: Do not mess with AFE_XTAL_CTRL on 8192euJes Sorensen1-1/+1
2016-04-14rtl8xxxu: Add MAC init table for 8192euJes Sorensen2-6/+40
2016-04-12cfg80211: remove enum ieee80211_bandJohannes Berg6-52/+52
2016-04-07rtl8xxxu: Do not set LDOA15 / LDOV12 on 8192euJes Sorensen1-1/+1
2016-04-07rtl8xxxu: Use correct H2C calls for 8192euJes Sorensen1-2/+2
2016-04-07rtl8xxxu: Identify 8192eu rev A/B parts correctlyJes Sorensen1-1/+1
2016-04-07rtl8xxxu: Use enums for chip version numbersJes Sorensen2-43/+67
2016-04-07rtl8xxxu: Update some register definitionsJes Sorensen1-7/+24
2016-04-07rtl8xxxu: 8192eu uses txdesc40Jes Sorensen1-1/+1
2016-04-07rtl8xxxu: TXDESC_SHORT_GI is txdesc32 onlyJes Sorensen2-2/+2
2016-04-07rtl8xxxu: Correct txdesc40 gid definitionJes Sorensen1-1/+1
2016-04-07rtl8xxxu: Rename TX descriptor bits to map them to 32/40 byte descriptorsJes Sorensen2-78/+71
2016-04-07rtl8xxxu: Change name of struct tx_desc to be more decriptiveJes Sorensen2-12/+12
2016-04-07rtl818x_pci: Disable pci device in error handling codeJia-Ju Bai1-1/+3
2016-04-07rtlwifi: use to_delayed_work()Geliang Tang1-1/+1
2016-04-06rtlwifi: btcoexist: Convert BTC_PRINTK to btc_<foo>_dbgJoe Perches7-1985/+1851
2016-04-06rtlwifi: rtl8821ae: Fix Smatch warningsLarry Finger2-6/+6
2016-04-06rtlwifi: rtl8723be: Fix Smatch warningsLarry Finger2-8/+6
2016-04-06rtlwifi: rtl8723ae: Fix Smatch warningLarry Finger1-3/+3
2016-04-06rtlwifi: rtl8192se: Fix Smatch warningLarry Finger1-1/+1
2016-04-06rtlwifi: rtl8192ee: Fix Smatch warningLarry Finger1-1/+1
2016-04-06rtlwifi: rtl8192c-common: Fix Smatch warningLarry Finger1-1/+1
2016-04-06rtlwifi: rtl8188ee: Fix Smatch warningsLarry Finger2-3/+2
2016-04-06rtlwifi: btcoexist: Fix Smatch warningLarry Finger1-1/+1
2016-04-06rtlwifi: Fix Smatch warningsLarry Finger1-19/+18
2016-04-06rtlwifi: btcoexist: Implement antenna selectionLarry Finger4-5/+38
2016-04-06rtlwifi: rtl8723be: Add antenna select module parameterLarry Finger3-0/+11
2016-03-23rtlwifi: fix gcc-6 indentation warningArnd Bergmann1-3/+3
2016-03-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds23-563/+3986
2016-03-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2016-03-10rtl8xxxu: Temporarily disable 8192eu device initJes Sorensen1-0/+4
2016-03-10rtl8xxxu: Use correct 8051 reset function for 8723b partsJes Sorensen2-2/+39
2016-03-10rtl8xxxu: Print a warning if flushing the FIFO failsJes Sorensen1-1/+4
2016-03-10rtl8xxxu: Flush FIFO before powering down devicesJes Sorensen2-0/+36