summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/rtlwifi/core.c
AgeCommit message (Expand)AuthorFilesLines
2015-10-14rtlwifi: rtl818x: Move drivers into new realtek directoryLarry Finger1-1924/+0
2015-09-22mac80211: allow to transmit A-MSDU within A-MPDUEmmanuel Grumbach1-1/+1
2015-07-31rtlwifi: Fix NULL dereference when PCI driver used as an APLuis Felipe Dominguez Vega1-2/+5
2015-03-04wireless: Use eth_<foo>_addr instead of memsetJoe Perches1-3/+3
2015-01-27rtlwifi: add support to send beacon frame.Taehee Yoo1-0/+11
2015-01-09rtlwifi: rtl8192c-common: Convert driver to use common DM table initializationLarry Finger1-0/+3
2015-01-09rtlwifi: Create new routine to initialize the DM tablesLarry Finger1-0/+34
2014-12-24rtlwifi: rtl8821ae: Simplify loading of WOWLAN firmwareTroy Tan1-2/+22
2014-11-25rtlwifi: update RCR register in rtl_op_configure_filter()Lorenzo Bianconi1-0/+14
2014-11-21Merge tag 'mac80211-next-for-john-2014-11-20' of git://git.kernel.org/pub/scm...John W. Linville1-2/+5
2014-11-19mac80211: allow drivers to support NL80211_SCAN_FLAG_RANDOM_ADDRJohannes Berg1-2/+5
2014-10-30rtlwifi: rtl8192ce: rtl8192de: rtl8192se: Fix handling for missing get_btc_st...Larry Finger1-0/+6
2014-09-30rtlwifi: rtl8188ee: rtl8192com: rtl8192cu: rtl8192ee: rtl8723ae: rtl87323be: ...Larry Finger1-0/+31
2014-09-27rtlwifi: Fix problems with building an allyesconfigLarry Finger1-0/+98
2014-09-27rtlwifi: Modify core.c for new driversLarry Finger1-226/+518
2014-09-27rtlwifi: rtl_pci: Start modification for new driversLarry Finger1-14/+1
2014-07-21rtlwifi: remove unnecessary break after returnFabian Frederick1-1/+0
2014-04-09mac80211: add vif to flush callEmmanuel Grumbach1-1/+2
2014-03-27rtlwifi: Remove casts of pointer to same typeJoe Perches1-1/+1
2014-03-06rtlwifi: Move common routines to coreLarry Finger1-0/+60
2014-03-04rtlwifi: Prepare existing drivers for new driverLarry Finger1-1/+11
2014-02-25rtlwifi: properly apply filter flagsPeter Wu1-22/+30
2013-12-05rtlwifi: Set the link stateLarry Finger1-0/+1
2013-12-05rtlwifi: rtl8192cu: Add new firmwareLarry Finger1-0/+10
2013-10-03net:drivers/net: Miscellaneous conversions to ETH_ALENJoe Perches1-5/+5
2013-07-19rtlwifi: 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/jber...John W. Linville1-3/+3
2013-04-02rtlwifi: Rework rtl_lps_leave() and rtl_lps_enter() to use work queueLarry Finger1-3/+6
2013-04-02rtlwifi 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-31rtlwifi: 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/jik...Linus Torvalds1-1/+1
2011-04-27rtlwifi: Convert core routines for addition of rtl8192se and rtl8192deChaoming_Li1-148/+260