summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/realtek
AgeCommit message (Expand)AuthorFilesLines
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-20/+19
2016-04-06rtlwifi: btcoexist: Implement antenna selectionLarry Finger4-5/+38
2016-04-06rtlwifi: rtl8723be: Add antenna select module parameterLarry Finger3-0/+11
2016-03-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds23-564/+3987
2016-03-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus 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
2016-03-10rtl8xxxu: Implement device specific power_off functionJes Sorensen3-2/+99
2016-03-10rtl8xxxu: Implement 8723bu specific disable_rf() functionJes Sorensen2-1/+17
2016-03-10rtl8xxxu: Use define for REG_PWR_DATA bitsJes Sorensen2-2/+2
2016-03-10rtl8xxxu: convert rtl8723bu_init_bt() into rtl8723b_enable_rf()Jes Sorensen2-11/+1
2016-03-10rtl8xxxu: Remove unncessary semicolonJes Sorensen1-1/+1
2016-03-10rtl8xxxu: Pass RX rate to rx_parse_phystats and enable phystats for rtl8723buJes Sorensen1-4/+9
2016-03-10rtl8xxxu: Process C2H RA_REPORT events for 8723buJes Sorensen2-0/+17
2016-03-10rtl8xxxu: Dump contents of unhandled C2H eventsJes Sorensen1-1/+4
2016-03-10rtl8xxxu: Report media status using the correct H2C command for 8723buJes Sorensen2-7/+47
2016-03-10rtl8xxxu: Implement basic 8723b specific update_rate_mask() functionJes Sorensen2-4/+50
2016-03-10rtl8xxxu: Define 8723b H2C ramask command structureJes Sorensen1-1/+10
2016-03-10rtl8xxxu: Do not parse RX descriptor info for C2H packetsJes Sorensen1-10/+7
2016-03-10rtl8xxxu: Improve handling of txdesc32 vs txdesc40 handlingJes Sorensen2-38/+92
2016-03-10rtl8xxxu: TX RTS rate is word 4 for 8723aJes Sorensen2-3/+4
2016-03-10rtl8723au: Update TX descriptor words 4 and 5 definitionsJes Sorensen2-15/+28
2016-03-10rtl8xxxu: Set sequence number correctly for 40 byte TX descriptorsJes Sorensen2-10/+22
2016-03-10rtl8xxxu: Set the correct TX descriptor bits for agg and break on 8723bJes Sorensen1-3/+16
2016-03-10rtl8xxxu: Add more 40 byte TX desc bit definitionsJes Sorensen2-6/+28
2016-03-10rtl8xxxu: Add additional tx descriptor bits for data word 0Jes Sorensen1-0/+4