aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/rtlwifi/rtl8192cu/trx.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-10-14rtlwifi: rtl818x: Move drivers into new realtek directoryLarry Finger1-686/+0
2015-06-15rtlwifi: rtl8192cu: Fix variable isfirst_ampduTaehee Yoo1-1/+1
2014-12-24rtlwifi: rtl8821ae: Switch to use common rate control routineLarry Finger1-2/+2
2014-12-24rtlwifi: rtl8192cu: Rework calls to rate-control routineLarry Finger1-6/+6
2014-12-24rtlwifi: Convert all drivers to use a common set of rate descriptorsLarry Finger1-3/+3
2014-12-24rtlwifi: Remove extraneous argument for rate mappingLarry Finger1-4/+2
2014-09-30rtlwifi: rtl8192ce: rtl8192common: Update for latest version of Realtek driversLarry Finger1-0/+1
2014-03-06rtlwifi: rtl8192ce: rtl8192cu: rtl8192de: rtl8192se: rtl8723ae: rtl8723be: rtl8188eu: Modify for new APILarry Finger1-1/+1
2013-11-15rtlwifi: rtl8192cu: Fix more pointer arithmetic errorsLarry Finger1-3/+3
2013-11-11rtlwifi: rtl8192cu: Fix incorrect signal strength for unassociated APLarry Finger1-1/+1
2013-10-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+2
2013-10-10rtlwifi: rtl8192cu: Fix error in pointer arithmeticMark Cave-Ayland1-1/+2
2013-10-03rtlwifi: rtl8192cu: Fix smatch warning in rtl8192cu/trx.cLarry Finger1-2/+0
2013-04-10Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-nextJohn W. Linville1-4/+4
2013-03-25rtlwifi: usb: defer rx processing to taskletJussi Kivilinna1-1/+1
2013-03-25mac80211: Use a cfg80211_chan_def in ieee80211_hw_conf_chanKarl Beldan1-4/+4
2012-11-13mac80211: support RX_FLAG_MACTIME_ENDThomas Pedersen1-1/+1
2012-09-07rtlwifi: rtl8192c: rtl8192ce: rtl8192cu: rtl8192se: Remove sparse warningsLarry Finger1-1/+1
2012-07-31mac80211: move TX station pointer and restructure TXThomas Huehn1-2/+3
2012-06-06wireless: Remove casts to same typeJoe Perches1-1/+1
2012-01-24rtl8192cu: Update copyright datesLarry Finger1-1/+1
2012-01-24rtlwifi: Remove duplicate __func__Joe Perches1-1/+1
2012-01-24rtlwifi: Convert RT_ASSERT macro to use ##__VA_ARGS__Joe Perches1-2/+2
2012-01-24rtlwifi: Convert RT_TRACE macro to use ##__VA_ARGS__Joe Perches1-18/+18
2012-01-24rtlwifi: Standardize RT_PRINT_DATA macro and usesJoe Perches1-1/+1
2011-11-21rtlwifi: rtl8192cu: Fix endianian issuesLarry Finger1-1/+1
2011-09-22Merge branch 'master' of github.com:davem330/netDavid S. Miller1-5/+6
2011-09-13rtlwifi: rtl8192su: Fix problem connecting to HT-enabled APGeorge1-5/+6
2011-08-24rtlwifi: rtl8192cu: Convert to use the new rate-mapping routine in rtlwifiLarry Finger1-12/+11
2011-06-20rtlwifi: rtl8192{c,ce,cu,se}: Remove comparisons of booleans with trueMike McCormack1-1/+1
2011-05-10rtlwifi: rtl8192cu: Fix memset/memcpy using sizeof(ptr) not sizeof(*ptr)Joe Perches1-2/+2
2011-04-26rtlwifi: rtl8192ce: Change rtl8192ce routines phy and trx and modify rtl8192cu for addition of rtl8192se and rtl8192deChaoming_Li1-24/+24
2011-04-26rtlwifi: Convert core routines for addition of rtl8192se and rtl8192deChaoming_Li1-1/+1
2011-04-26rtlwifi: Change base routines for addition of rtl8192se and rtl8192deChaoming_Li1-1/+1
2011-03-30rtlwifi: rtl8192c{e,u}: Remove some extraneous casts on memcpy commandsLarry Finger1-1/+1
2011-02-28rtlwifi: Add the missing rcu_read_lock/unlockAlessio Igor Bogani1-1/+4
2011-02-23mac80211: rename RX_FLAG_TSFTJohannes Berg1-1/+1
2011-02-21rtlwifi: rtl8192cu: Add routine trxGeorge1-0/+684