aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/rtlwifi/rtl8192se (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-06-29Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davemJohn W. Linville2-1/+3
2012-06-26rtlwifi: rtl8192se: Fix double inclusion of header pci.hLarry Finger1-1/+0
2012-06-20rtlwifi: rtl8192se: Fix gcc 4.7.x warningLarry Finger1-0/+3
2012-06-06wireless: Remove casts to same typeJoe Perches3-26/+24
2012-05-10drivers/net: Convert compare_ether_addr to ether_addr_equalJoe Perches1-5/+6
2012-04-23rtlwifi: rtl8192se: Convert driver to use private dm structLarry Finger3-81/+84
2012-04-23rtlwifi: Move dig_t and ps_t structsLarry Finger1-42/+0
2012-04-16net/wireless: use module_pci_driverAxel Lin1-18/+1
2012-04-11wireless: Remove unnecessary ; from while (0) macrosJoe Perches2-9/+4
2012-03-05Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davemJohn W. Linville3-23/+23
2012-02-22rtlwifi: rtl8192se firmware load can overflow target bufferTim Gardner2-2/+4
2012-02-22rtlwifi: rtl8192c-common: rtl8192se: rtl8192de: Simplify if statementsLarry Finger1-21/+19
2012-02-13drivers/net: Remove boolean comparisons to true/falseJoe Perches4-16/+15
2012-02-06Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davemJohn W. Linville20-387/+397
2012-01-31drivers/net: Remove unnecessary k.alloc/v.alloc OOM messagesJoe Perches1-4/+1
2012-01-30rtlwifi: Convert to asynchronous firmware loadLarry Finger4-23/+65
2012-01-30rtlwifi: Move pr_fmt macros to a single locationLarry Finger4-11/+2
2012-01-24rtl8192se: Update copyright datesLarry Finger20-20/+20
2012-01-24rtlwifi: Remove incorrect logging message prefixesJoe Perches1-2/+2
2012-01-24rtlwifi: Convert RT_ASSERT macro to use ##__VA_ARGS__Joe Perches4-12/+12
2012-01-24rtlwifi: Convert RTPRINT macro to use ##__VA_ARGS__Joe Perches1-42/+43
2012-01-24rtlwifi: Convert RT_TRACE macro to use ##__VA_ARGS__Joe Perches8-279/+255
2012-01-24rtlwifi: Standardize RT_PRINT_DATA macro and usesJoe Perches1-2/+2
2012-01-10rtl8192se: Fix BUG caused by failure to check skb allocationLarry Finger1-0/+4
2011-12-19net: 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/linville/wireless into for-davemJohn W. Linville1-1/+1
2011-12-07rtl8192{ce,cu,de,se}: avoid problems because of possible ERFOFF -> ERFSLEEP transitionPhilipp Dreimann1-1/+1
2011-10-31drivers/net: Add module.h to drivers who were implicitly using itPaul Gortmaker1-0/+1
2011-10-14rtlwifi: rtl8192se: Updates from latest Realtek driver version - Part IIChaoming Li4-33/+46
2011-10-14rtlwifi: Change PCI drivers to use the new PM frameworkLarry Finger1-6/+10
2011-10-11rtlwifi: Change debug parameter to apply to individual driversLarry Finger1-0/+5
2011-09-20rtlwifi: Combine instances of RTL_HAL_IS_CCK_RATE macros.Larry Finger2-2/+2
2011-09-20rtlwifi: rtl8192se: Change modinfo messagesLarry Finger1-5/+9
2011-08-24rtlwifi: rtl8192se: Convert to use the new rate-mapping routine in rtlwifiLarry Finger3-161/+32
2011-07-21rtlwifi: Convert printks to pr_<level>Joe Perches4-10/+15
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-3/+0
2011-06-20rtlwifi: rtl8192{c,ce,cu,se}: Remove comparisons of booleans with trueMike McCormack6-11/+11
2011-06-20rtlwifi: rtl8192cu: Remove unused parameterMike McCormack1-1/+2
2011-06-10rtlwifi: Fix warnings on parisc archLarry Finger2-6/+2
2011-06-03rtlwifi: Don't block interrupts in spinlocksMike McCormack1-6/+4
2011-06-03rtlwifi: Remove set_rfpowerstate_inprogressMike McCormack1-4/+0
2011-06-01rtlwifi: rtl8192se: Synchronize IRQ after disabling itLarry Finger1-0/+1
2011-06-01rtlwifi: rtl8192se: Use write barrier when assigning ownershipLarry Finger1-0/+4
2011-06-01rtl8192se: Fix warnings from gcc 4.6.0Larry Finger5-19/+5
2011-05-10rtlwifi: rtl8192se: Remove need to disable ASPMChaoming Li1-1/+3
2011-05-05rtlwifi: rtl8192se: Modify Kconfig and Makefile routines for new driverChaoming Li2-1/+16
2011-05-05rtlwifi: rtl8192se: Merge TX and RX routinesChaoming Li2-0/+1021
2011-05-05rtlwifi: rtl8192se: Merge table routinesChaoming Li2-0/+683
2011-05-05rtlwifi: rtl8192se: Merge main (sw) routinesChaoming Li2-0/+457