summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/rtlwifi/core.c
Commit message (Expand)AuthorAgeFilesLines
* rtlwifi: rtl8188ee: rtl8192com: rtl8192cu: rtl8192ee: rtl8723ae: rtl87323be: ...Larry Finger2014-09-301-0/+31
* rtlwifi: Fix problems with building an allyesconfigLarry Finger2014-09-261-0/+98
* rtlwifi: Modify core.c for new driversLarry Finger2014-09-261-226/+518
* rtlwifi: rtl_pci: Start modification for new driversLarry Finger2014-09-261-14/+1Star
* rtlwifi: remove unnecessary break after returnFabian Frederick2014-07-211-1/+0Star
* mac80211: add vif to flush callEmmanuel Grumbach2014-04-091-1/+2
* rtlwifi: Remove casts of pointer to same typeJoe Perches2014-03-271-1/+1
* rtlwifi: Move common routines to coreLarry Finger2014-03-061-0/+60
* rtlwifi: Prepare existing drivers for new driverLarry Finger2014-03-041-1/+11
* rtlwifi: properly apply filter flagsPeter Wu2014-02-241-22/+30
* rtlwifi: Set the link stateLarry Finger2013-12-051-0/+1
* rtlwifi: rtl8192cu: Add new firmwareLarry Finger2013-12-051-0/+10
* net:drivers/net: Miscellaneous conversions to ETH_ALENJoe Perches2013-10-021-5/+5
* rtlwifi: Fix build errors for unusual casesLarry Finger2013-07-181-0/+1
* Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville2013-04-101-3/+3
|\
| * mac80211: Use a cfg80211_chan_def in ieee80211_hw_conf_chanKarl Beldan2013-03-251-3/+3
* | rtlwifi: Rework rtl_lps_leave() and rtl_lps_enter() to use work queueLarry Finger2013-04-011-3/+6
* | rtlwifi Modify existing bits to match vendor version 2013.02.07Larry Finger2013-04-011-39/+169
|/
* mac80211: pass queue bitmap to flush operationJohannes Berg2013-03-181-1/+1
* mac80211: split TX aggregation stop actionJohannes Berg2013-01-031-1/+3
* rtlwifi: use eth_zero_addr() to assign zero addressWei Yongjun2012-11-161-3/+2Star
* mac80211: move TX station pointer and restructure TXThomas Huehn2012-07-311-3/+5
* wireless: Remove casts to same typeJoe Perches2012-06-061-7/+7
* rtlwifi: Remove extra debugging message accidentally left inLarry Finger2012-02-061-3/+1Star
* rtlwifi: Convert to asynchronous firmware loadLarry Finger2012-01-301-1/+45
* mac80211: make beacon filtering per virtual interfaceJohannes Berg2012-01-271-0/+2
* rtlwifi: Update copyright datesLarry Finger2012-01-241-1/+1
* rtlwifi: Convert RT_ASSERT macro to use ##__VA_ARGS__Joe Perches2012-01-241-2/+2
* rtlwifi: Convert RT_TRACE macro to use ##__VA_ARGS__Joe Perches2012-01-241-61/+59Star
* mac80211: pass vif param to conf_tx() callbackEliad Peller2011-10-031-1/+2
* mac80211: add ieee80211_vif param to tsf functionsEliad Peller2011-09-271-3/+5
* rtlwifi: Fix problem when switching connectionsGeorge2011-09-131-0/+8
* wireless: rtlwifi: throw away MAC_FMT and use %pM insteadAndy Shevchenko2011-07-201-3/+3
* rtlwifi: rtl8192{c,ce,cu,se}: Remove comparisons of booleans with trueMike McCormack2011-06-201-2/+2
* rtlwifi: Fix typo in variable nameMike McCormack2011-06-201-2/+2
* rtlwifi: Fix warnings on parisc archLarry Finger2011-06-101-2/+2
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2011-05-231-1/+1
|\
| * treewide: remove extra semicolonsJustin P. Mattock2011-04-101-1/+1
* | rtlwifi: Convert core routines for addition of rtl8192se and rtl8192deChaoming_Li2011-04-261-148/+260
* | rtlwifi: Remove unused/unneeded variablesLarry Finger2011-04-041-5/+3Star
|/
* rtlwifi: Add the missing rcu_read_lock/unlockAlessio Igor Bogani2011-02-281-0/+4
* mac80211: make tx() operation return voidJohannes Berg2011-02-251-3/+2Star
* rtlwifi: rtl8192ce: Fix endian warningsLarry Finger2011-02-211-3/+3
* rtlwifi: Modify some rtl8192ce routines for merging rtl8192cuLarry Finger2011-02-211-4/+4
* mac80211: track receiver's aggregation reorder buffer sizeJohannes Berg2011-01-191-1/+2
* rtlwifi: Switch locking from semaphores to mutexesLarry Finger2010-12-161-16/+16
* rtl8192ce: Add new driverLarry Finger2010-12-151-0/+1029