aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/wireless/realtek
AgeCommit message (Expand)Author
2016-04-12cfg80211: remove enum ieee80211_bandJohannes Berg
2016-04-07rtl8xxxu: Do not set LDOA15 / LDOV12 on 8192euJes Sorensen
2016-04-07rtl8xxxu: Use correct H2C calls for 8192euJes Sorensen
2016-04-07rtl8xxxu: Identify 8192eu rev A/B parts correctlyJes Sorensen
2016-04-07rtl8xxxu: Use enums for chip version numbersJes Sorensen
2016-04-07rtl8xxxu: Update some register definitionsJes Sorensen
2016-04-07rtl8xxxu: 8192eu uses txdesc40Jes Sorensen
2016-04-07rtl8xxxu: TXDESC_SHORT_GI is txdesc32 onlyJes Sorensen
2016-04-07rtl8xxxu: Correct txdesc40 gid definitionJes Sorensen
2016-04-07rtl8xxxu: Rename TX descriptor bits to map them to 32/40 byte descriptorsJes Sorensen
2016-04-07rtl8xxxu: Change name of struct tx_desc to be more decriptiveJes Sorensen
2016-04-07rtl818x_pci: Disable pci device in error handling codeJia-Ju Bai
2016-04-07rtlwifi: use to_delayed_work()Geliang Tang
2016-04-06rtlwifi: btcoexist: Convert BTC_PRINTK to btc_<foo>_dbgJoe Perches
2016-04-06rtlwifi: rtl8821ae: Fix Smatch warningsLarry Finger
2016-04-06rtlwifi: rtl8723be: Fix Smatch warningsLarry Finger
2016-04-06rtlwifi: rtl8723ae: Fix Smatch warningLarry Finger
2016-04-06rtlwifi: rtl8192se: Fix Smatch warningLarry Finger
2016-04-06rtlwifi: rtl8192ee: Fix Smatch warningLarry Finger
2016-04-06rtlwifi: rtl8192c-common: Fix Smatch warningLarry Finger
2016-04-06rtlwifi: rtl8188ee: Fix Smatch warningsLarry Finger
2016-04-06rtlwifi: btcoexist: Fix Smatch warningLarry Finger
2016-04-06rtlwifi: Fix Smatch warningsLarry Finger
2016-04-06rtlwifi: btcoexist: Implement antenna selectionLarry Finger
2016-04-06rtlwifi: rtl8723be: Add antenna select module parameterLarry Finger
2016-03-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2016-03-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2016-03-10rtl8xxxu: Temporarily disable 8192eu device initJes Sorensen
2016-03-10rtl8xxxu: Use correct 8051 reset function for 8723b partsJes Sorensen
2016-03-10rtl8xxxu: Print a warning if flushing the FIFO failsJes Sorensen
2016-03-10rtl8xxxu: Flush FIFO before powering down devicesJes Sorensen
2016-03-10rtl8xxxu: Implement device specific power_off functionJes Sorensen
2016-03-10rtl8xxxu: Implement 8723bu specific disable_rf() functionJes Sorensen
2016-03-10rtl8xxxu: Use define for REG_PWR_DATA bitsJes Sorensen
2016-03-10rtl8xxxu: convert rtl8723bu_init_bt() into rtl8723b_enable_rf()Jes Sorensen
2016-03-10rtl8xxxu: Remove unncessary semicolonJes Sorensen
2016-03-10rtl8xxxu: Pass RX rate to rx_parse_phystats and enable phystats for rtl8723buJes Sorensen
2016-03-10rtl8xxxu: Process C2H RA_REPORT events for 8723buJes Sorensen
2016-03-10rtl8xxxu: Dump contents of unhandled C2H eventsJes Sorensen
2016-03-10rtl8xxxu: Report media status using the correct H2C command for 8723buJes Sorensen
2016-03-10rtl8xxxu: Implement basic 8723b specific update_rate_mask() functionJes Sorensen
2016-03-10rtl8xxxu: Define 8723b H2C ramask command structureJes Sorensen
2016-03-10rtl8xxxu: Do not parse RX descriptor info for C2H packetsJes Sorensen
2016-03-10rtl8xxxu: Improve handling of txdesc32 vs txdesc40 handlingJes Sorensen
2016-03-10rtl8xxxu: TX RTS rate is word 4 for 8723aJes Sorensen
2016-03-10rtl8723au: Update TX descriptor words 4 and 5 definitionsJes Sorensen
2016-03-10rtl8xxxu: Set sequence number correctly for 40 byte TX descriptorsJes Sorensen
2016-03-10rtl8xxxu: Set the correct TX descriptor bits for agg and break on 8723bJes Sorensen
2016-03-10rtl8xxxu: Add more 40 byte TX desc bit definitionsJes Sorensen
2016-03-10rtl8xxxu: Add additional tx descriptor bits for data word 0Jes Sorensen