summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/rtlwifi/rtl8192ce
AgeCommit message (Expand)AuthorFilesLines
2013-01-02rtlwifi: rtl8192ce: Fix warning for unchecked pci_map_single() callLarry Finger1-0/+11
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-72/+50
2012-10-31rtlwifi: rtl8192c: rtl8192ce: Add support for B-CUT version of RTL8188CELarry Finger5-11/+64
2012-10-19rtlwifi: rtl8192ce: rtl8192cu: use %*phC to dump small buffersAndy Shevchenko1-4/+2
2012-09-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-4/+15
2012-09-12rtlwifi: rtl8192ce: Log message that B_CUT device may not workLarry Finger3-4/+15
2012-09-07rtlwifi: rtl8192c: rtl8192ce: rtl8192cu: rtl8192se: Remove sparse warningsLarry Finger2-3/+3
2012-07-31mac80211: move TX station pointer and restructure TXThomas Huehn2-2/+4
2012-06-06wireless: Remove casts to same typeJoe Perches2-24/+23
2012-05-11drivers/net: Convert compare_ether_addr to ether_addr_equalJoe Perches1-5/+5
2012-04-23rtlwifi: rtl8192c: Convert driver to use private dm structsLarry Finger1-1/+0
2012-04-23rtlwifi: Move dig_t and ps_t structsLarry Finger1-34/+0
2012-04-16net/wireless: use module_pci_driverAxel Lin1-18/+1
2012-04-12wireless: Remove unnecessary ; from while (0) macrosJoe Perches1-6/+1
2012-03-20rtlwifi: Remove unused ETH_ADDR_LEN definesJoe Perches1-1/+0
2012-02-13drivers/net: Remove boolean comparisons to true/falseJoe Perches3-8/+6
2012-01-31rtlwifi: Convert to asynchronous firmware loadLarry Finger2-21/+9
2012-01-31rtlwifi: Move pr_fmt macros to a single locationLarry Finger1-3/+2
2012-01-24rtl8192ce: Update copyright datesLarry Finger18-18/+18
2012-01-24rtlwifi: Simplify chip version id loggingJoe Perches1-10/+9
2012-01-24rtlwifi: Convert RT_ASSERT macro to use ##__VA_ARGS__Joe Perches3-10/+10
2012-01-24rtlwifi: Convert RTPRINT macro to use ##__VA_ARGS__Joe Perches2-80/+71
2012-01-24rtlwifi: Convert RT_TRACE macro to use ##__VA_ARGS__Joe Perches7-181/+165
2012-01-24rtlwifi: Standardize RT_PRINT_DATA macro and usesJoe Perches2-4/+3
2012-01-24rtlwifi: Neaten RT_ASSERT, RT_TRACE, RTPRINT, RT_PRINT_DATA macrosJoe Perches1-1/+1
2011-12-20net: fix assignment of 0/1 to bool variables.Rusty Russell1-2/+2
2011-12-09Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville1-1/+1
2011-12-08rtl8192{ce,cu,de,se}: avoid problems because of possible ERFOFF -> ERFSLEEP t...Philipp Dreimann1-1/+1
2011-11-01drivers/net: Add module.h to drivers who were implicitly using itPaul Gortmaker1-0/+1
2011-10-14rtlwifi: rtl8192ce: Add new chip revisionsChaoming Li2-2/+26
2011-10-14rtlwifi: Change PCI drivers to use the new PM frameworkLarry Finger1-6/+10
2011-10-12rtlwifi: Change debug parameter to apply to individual driversLarry Finger1-0/+5
2011-09-20rtlwifi: Combine instances of RTL_HAL_IS_CCK_RATE macros.Larry Finger1-6/+0
2011-09-20rtlwifi: rtl8192ce: Change modinfo messagesLarry Finger1-4/+8
2011-08-24rtlwifi: rtl8192cu: Convert to use the new rate-mapping routine in rtlwifiLarry Finger1-139/+0
2011-08-24rtlwifi: rtl8192ce: Convert to use the new rate-mapping routine in rtlwifiLarry Finger3-127/+27
2011-07-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-2/+2
2011-07-21treewide: fix potentially dangerous trailing ';' in #defined values/expressionsPhil Carmody1-2/+2
2011-07-20wireless: rtlwifi: throw away MAC_FMT and use %pM insteadAndy Shevchenko1-1/+1
2011-07-05rtlwifi: rtl8192{ce,cu,se} Remove irq_enabledMike McCormack1-2/+0
2011-06-27rtlwifi: Fix build problems introduced by merging rtl8192deLarry Finger1-0/+2
2011-06-20rtlwifi: rtl8192{c,ce,cu,se}: Remove comparisons of booleans with trueMike McCormack4-10/+10
2011-06-10rtlwifi: Fix warnings on parisc archLarry Finger1-1/+1
2011-06-03rtlwifi: Use write barrier when assigning ownershipMike McCormack1-0/+2
2011-06-03rtlwifi: Don't block interrupts in spinlocksMike McCormack1-6/+4
2011-06-03rtlwifi: Remove set_rfpowerstate_inprogressMike McCormack1-2/+0
2011-06-03rtlwifi: Synchronize IRQ after disabling itMike McCormack1-0/+1