summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/rtlwifi/rtl8192de/trx.c
AgeCommit message (Expand)AuthorFilesLines
2015-10-14rtlwifi: rtl818x: Move drivers into new realtek directoryLarry Finger1-871/+0
2014-12-24rtlwifi: rtl8821ae: Switch to use common rate control routineLarry Finger1-1/+1
2014-12-24rtlwifi: rtl8192de: Rework calls to rate-control routineLarry Finger1-3/+3
2014-12-24rtlwifi: Convert all drivers to use a common set of rate descriptorsLarry Finger1-10/+10
2014-12-24rtlwifi: Remove extraneous argument for rate mappingLarry Finger1-2/+1
2014-09-30rtlwifi: rtl8723be: Update driver to match Realtek release of 06/28/14Larry Finger1-1/+1
2014-03-06rtlwifi: rtl8192ce: rtl8192cu: rtl8192de: rtl8192se: rtl8723ae: rtl8723be: rt...Larry Finger1-2/+3
2013-11-11rtlwifi: rtl8192de: Fix incorrect signal strength for unassociated APLarry Finger1-1/+1
2013-10-04rtlwifi: rtl8192du: Fix smatch errors in /rtl8192de/dm.cLarry Finger1-1/+0
2013-03-25mac80211: Use a cfg80211_chan_def in ieee80211_hw_conf_chanKarl Beldan1-2/+2
2013-02-15mac80211: stop toggling IEEE80211_HT_CAP_SUP_WIDTH_20_40Johannes Berg1-2/+1
2013-01-28Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville1-0/+10
2013-01-23net: wireless/rtlwifi: fix uninitialized variable issueCong Ding1-1/+1
2013-01-02rtlwifi: rtl8192de: Fix warning for unchecked pci_map_single() callLarry Finger1-0/+10
2012-11-21Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville1-1/+1
2012-11-14mac80211: support RX_FLAG_MACTIME_ENDThomas Pedersen1-1/+1
2012-10-31rtlwifi: rtl8192c: rtl8192ce: rtl8192cu: rtl8192se: rtl8192de: Shorten some v...Larry Finger1-22/+17
2012-07-31mac80211: move TX station pointer and restructure TXThomas Huehn1-2/+3
2012-06-06wireless: Remove casts to same typeJoe Perches1-3/+3
2012-05-11drivers/net: Convert compare_ether_addr to ether_addr_equalJoe Perches1-5/+6
2012-01-24rtl8192de: Update copyright datesLarry Finger1-1/+1
2012-01-24rtlwifi: Convert RT_ASSERT macro to use ##__VA_ARGS__Joe Perches1-8/+8
2012-01-24rtlwifi: Convert RT_TRACE macro to use ##__VA_ARGS__Joe Perches1-4/+4
2012-01-24rtlwifi: Standardize RT_PRINT_DATA macro and usesJoe Perches1-1/+1
2011-08-24rtlwifi: rtl8192de: Convert to use the new rate-mapping routine in rtlwifiLarry Finger1-107/+14
2011-07-05rtlwifi: rtl8192de: Remove comparison of boolean with trueLarry Finger1-3/+3
2011-06-27rtlwifi: rtl8192de: Merge TX and RX routinesChaoming Li1-0/+959