summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/rtlwifi/rtl8192de
AgeCommit message (Expand)AuthorFilesLines
2013-06-10rtlwifi: initialize local array and set value.Yunlian Jiang1-1/+1
2013-04-10Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville1-2/+2
2013-04-02rtlwifi: rtl8192c: rtl8192ce: rtl8192cu: rtl8192de: rtl8723ae: Add changes re...Larry Finger5-41/+41
2013-03-25mac80211: Use a cfg80211_chan_def in ieee80211_hw_conf_chanKarl Beldan1-2/+2
2013-02-15mac80211: stop toggling IEEE80211_HT_CAP_SUP_WIDTH_20_40Johannes Berg2-4/+2
2013-02-01rtlwifi: rtl8192de: Fix W=1 build warningsLarry Finger1-2/+2
2013-01-28Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville1-0/+10
2013-01-23net: wireless/rtlwifi: fix uninitialized variable issueCong Ding1-1/+1
2013-01-02rtlwifi: rtl8192de: Fix warning for unchecked pci_map_single() callLarry Finger1-0/+10
2012-12-07rtlwifi: remove __dev* attributesBill Pemberton1-1/+1
2012-11-30rtlwifi: use SIMPLE_DEV_PM_OPSHauke Mehrtens1-8/+1
2012-11-21Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville1-1/+1
2012-11-14mac80211: support RX_FLAG_MACTIME_ENDThomas Pedersen1-1/+1
2012-10-31rtlwifi: rtl8192c: rtl8192ce: rtl8192cu: rtl8192se: rtl8192de: Shorten some v...Larry Finger4-122/+95
2012-10-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds5-10/+11
2012-09-11drivers/net/wireless/rtlwifi/rtl8192de/phy.c: removes unnecessary semicolonPeter Senna Tschudin1-1/+1
2012-09-07rtlwifi: rtl8192c: rtl8192de: Fix typo in cursta_connectctateLarry Finger1-5/+5
2012-09-07rtlwifi: rtl8192de: remove pointless conditional before kfree_skb()Wei Yongjun1-2/+1
2012-09-01treewide: fix comment/printk/variable typosAnatol Pomozov1-3/+3
2012-07-31mac80211: move TX station pointer and restructure TXThomas Huehn2-2/+4
2012-07-20Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville1-3/+3
2012-07-17rtlwifi: rtl8192de: Fix phy-based version calculationForest Bond1-3/+3
2012-06-06wireless: Remove casts to same typeJoe Perches4-24/+24
2012-05-11drivers/net: Convert compare_ether_addr to ether_addr_equalJoe Perches1-5/+6
2012-04-23rtlwifi: rtl8192de: Convert driver to use private dm structsLarry Finger3-94/+100
2012-04-23rtlwifi: Move dig_t and ps_t structsLarry Finger1-49/+0
2012-04-12rtl8192de: Recognize 92D E-CUT version.Forest Bond1-1/+5
2012-04-12rtl8192de: Clean up and fix 92D cut version constants and macros.Forest Bond1-9/+7
2012-04-12Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville1-6/+0
2012-04-12wireless: Remove unnecessary ; from while (0) macrosJoe Perches1-6/+2
2012-04-09rtlwifi: rtl8192de: Fix firmware initializationLarry Finger1-6/+0
2012-03-26rtlwifi: rtl8192ce: rtl8192cu: rtl8192de: Fix low-gain setting when scanningLarry Finger1-1/+1
2012-03-20rtlwifi: Remove unused ETH_ADDR_LEN definesJoe Perches1-1/+0
2012-03-06Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville1-144/+43
2012-02-22rtlwifi: rtl8192c-common: rtl8192se: rtl8192de: Simplify if statementsLarry Finger1-144/+43
2012-02-22Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville1-1/+1
2012-02-13drivers/net: Remove boolean comparisons to true/falseJoe Perches4-13/+11
2012-02-06rtlwifi: Fix typo in dm.cMasanari Iida1-1/+1
2012-01-31rtlwifi: Convert to asynchronous firmware loadLarry Finger3-31/+18
2012-01-31rtlwifi: Move pr_fmt macros to a single locationLarry Finger1-5/+2
2012-01-24rtl8192de: Update copyright datesLarry Finger20-20/+20
2012-01-24rtlwifi: rtl8192c_common: rtl8192de: Check for allocation failuresLarry Finger1-5/+9
2012-01-24rtlwifi: Remove incorrect logging message prefixesJoe Perches1-2/+2
2012-01-24rtlwifi: Convert RT_ASSERT macro to use ##__VA_ARGS__Joe Perches5-20/+19
2012-01-24rtlwifi: Convert RTPRINT macro to use ##__VA_ARGS__Joe Perches2-162/+157
2012-01-24rtlwifi: Convert RT_TRACE macro to use ##__VA_ARGS__Joe Perches8-522/+475
2012-01-24rtlwifi: Standardize RT_PRINT_DATA macro and usesJoe Perches3-7/+7
2012-01-24rtlwifi: Neaten RT_ASSERT, RT_TRACE, RTPRINT, RT_PRINT_DATA macrosJoe Perches1-1/+1
2012-01-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-2/+2
2011-12-20net: fix assignment of 0/1 to bool variables.Rusty Russell1-2/+2