index
:
linux.git
bh1745
master
multitile
next/stmfts-20170210
next/vr-20170117
tizen/tizen
tizen/vr
vm-bind
Linux Kernel
Andi Shyti
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
wireless
/
rtlwifi
/
rtl8192se
/
trx.c
Age
Commit message (
Expand
)
Author
2015-10-14
rtlwifi: rtl818x: Move drivers into new realtek directory
Larry Finger
2014-12-24
rtlwifi: rtl8821ae: Switch to use common rate control routine
Larry Finger
2014-12-24
rtlwifi: Convert all drivers to use a common set of rate descriptors
Larry Finger
2014-12-24
rtlwifi: Remove extraneous argument for rate mapping
Larry Finger
2014-10-30
rtlwifi: rtl8192se: Add missing section to read descriptor setting
Larry Finger
2014-10-02
rtlwifi: Fix static checker warnings for various drivers
Larry Finger
2014-04-30
rtlwifi: rtl8192se: Fix regression due to commit 1bf4bbb
Larry Finger
2014-03-06
rtlwifi: rtl8192ce: rtl8192cu: rtl8192de: rtl8192se: rtl8723ae: rtl8723be: rt...
Larry Finger
2014-02-04
mac80211: add length check in ieee80211_is_robust_mgmt_frame()
Johannes Berg
2013-11-11
rtlwifi: rtl8192se: Fix incorrect signal strength for unassociated AP
Larry Finger
2013-10-03
rtlwifi: Remove all remaining references to variable 'noise' in rtl_stats struct
Larry Finger
2013-04-10
Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...
John W. Linville
2013-04-01
rtlwifi: rtl8192se: Update driver to match vendor driver of 2013.02.07
Larry Finger
2013-03-25
mac80211: Use a cfg80211_chan_def in ieee80211_hw_conf_chan
Karl Beldan
2013-02-15
mac80211: stop toggling IEEE80211_HT_CAP_SUP_WIDTH_20_40
Johannes Berg
2013-01-28
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
John W. Linville
2013-01-22
net: wireless/rtlwifi: fix uninitialized variable issue
Cong Ding
2013-01-02
rtlwifi: rtl8192se: Fix warning for unchecked pci_map_single() call
Larry Finger
2012-11-21
Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...
John W. Linville
2012-11-13
mac80211: support RX_FLAG_MACTIME_END
Thomas Pedersen
2012-10-30
rtlwifi: rtl8192c: rtl8192ce: rtl8192cu: rtl8192se: rtl8192de: Shorten some v...
Larry Finger
2012-09-07
rtlwifi: rtl8192c: rtl8192ce: rtl8192cu: rtl8192se: Remove sparse warnings
Larry Finger
2012-07-31
mac80211: move TX station pointer and restructure TX
Thomas Huehn
2012-06-06
wireless: Remove casts to same type
Joe Perches
2012-05-10
drivers/net: Convert compare_ether_addr to ether_addr_equal
Joe Perches
2012-01-24
rtl8192se: Update copyright dates
Larry Finger
2012-01-24
rtlwifi: Convert RT_ASSERT macro to use ##__VA_ARGS__
Joe Perches
2012-01-24
rtlwifi: Convert RT_TRACE macro to use ##__VA_ARGS__
Joe Perches
2011-10-14
rtlwifi: rtl8192se: Updates from latest Realtek driver version - Part II
Chaoming Li
2011-09-20
rtlwifi: Combine instances of RTL_HAL_IS_CCK_RATE macros.
Larry Finger
2011-08-24
rtlwifi: rtl8192se: Convert to use the new rate-mapping routine in rtlwifi
Larry Finger
2011-06-20
rtlwifi: rtl8192{c,ce,cu,se}: Remove comparisons of booleans with true
Mike McCormack
2011-06-01
rtlwifi: rtl8192se: Use write barrier when assigning ownership
Larry Finger
2011-06-01
rtl8192se: Fix warnings from gcc 4.6.0
Larry Finger
2011-05-05
rtlwifi: rtl8192se: Merge TX and RX routines
Chaoming Li