aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/rtlwifi/core.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-07-18rtlwifi: Fix build errors for unusual casesLarry Finger1-0/+1
2013-04-10Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-nextJohn W. Linville1-3/+3
2013-04-01rtlwifi: Rework rtl_lps_leave() and rtl_lps_enter() to use work queueLarry Finger1-3/+6
2013-04-01rtlwifi Modify existing bits to match vendor version 2013.02.07Larry Finger1-39/+169
2013-03-25mac80211: Use a cfg80211_chan_def in ieee80211_hw_conf_chanKarl Beldan1-3/+3
2013-03-18mac80211: pass queue bitmap to flush operationJohannes Berg1-1/+1
2013-01-03mac80211: split TX aggregation stop actionJohannes Berg1-1/+3
2012-11-16rtlwifi: use eth_zero_addr() to assign zero addressWei Yongjun1-3/+2
2012-07-31mac80211: move TX station pointer and restructure TXThomas Huehn1-3/+5
2012-06-06wireless: Remove casts to same typeJoe Perches1-7/+7
2012-02-06rtlwifi: Remove extra debugging message accidentally left inLarry Finger1-3/+1
2012-01-30rtlwifi: Convert to asynchronous firmware loadLarry Finger1-1/+45
2012-01-27mac80211: make beacon filtering per virtual interfaceJohannes Berg1-0/+2
2012-01-24rtlwifi: Update copyright datesLarry Finger1-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-61/+59
2011-10-03mac80211: pass vif param to conf_tx() callbackEliad Peller1-1/+2
2011-09-27mac80211: add ieee80211_vif param to tsf functionsEliad Peller1-3/+5
2011-09-13rtlwifi: Fix problem when switching connectionsGeorge1-0/+8
2011-07-20wireless: rtlwifi: throw away MAC_FMT and use %pM insteadAndy Shevchenko1-3/+3
2011-06-20rtlwifi: rtl8192{c,ce,cu,se}: Remove comparisons of booleans with trueMike McCormack1-2/+2
2011-06-20rtlwifi: Fix typo in variable nameMike McCormack1-2/+2
2011-06-10rtlwifi: Fix warnings on parisc archLarry Finger1-2/+2
2011-05-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2011-04-26rtlwifi: Convert core routines for addition of rtl8192se and rtl8192deChaoming_Li1-148/+260
2011-04-10treewide: remove extra semicolonsJustin P. Mattock1-1/+1
2011-04-04rtlwifi: Remove unused/unneeded variablesLarry Finger1-5/+3
2011-02-28rtlwifi: Add the missing rcu_read_lock/unlockAlessio Igor Bogani1-0/+4
2011-02-25mac80211: make tx() operation return voidJohannes Berg1-3/+2
2011-02-21rtlwifi: rtl8192ce: Fix endian warningsLarry Finger1-3/+3
2011-02-21rtlwifi: Modify some rtl8192ce routines for merging rtl8192cuLarry Finger1-4/+4
2011-01-19mac80211: track receiver's aggregation reorder buffer sizeJohannes Berg1-1/+2
2010-12-16rtlwifi: Switch locking from semaphores to mutexesLarry Finger1-16/+16
2010-12-15rtl8192ce: Add new driverLarry Finger1-0/+1029