summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/rtlwifi
AgeCommit message (Expand)Author
2012-04-11rtlwifi: Add missing DMA buffer unmapping for PCI driversLarry Finger
2012-04-11rtlwifi: Preallocate USB read buffers and eliminate kalloc in read routineLarry Finger
2012-04-09rtlwifi: Fix oops on rate-control failureLarry Finger
2012-04-09rtlwifi: rtl8192de: Fix firmware initializationLarry Finger
2012-03-26rtlwifi: rtl8192ce: rtl8192cu: rtl8192de: Fix low-gain setting when scanningLarry Finger
2012-03-19rtlwifi: Remove unused ETH_ADDR_LEN definesJoe Perches
2012-03-09Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2012-03-06rtlwifi: rtl8192ce: Fix loss of receive performanceJingjun Wu
2012-03-05rtlwifi: rtl8192c: Prevent sleeping from invalid context in rtl8192cuLarry Finger
2012-03-05rtlwifi: Remove extraneous value returnLarry Finger
2012-03-05rtlwifi: Detect misread of end-point countLarry Finger
2012-03-05Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2012-02-27rtlwifi: Fix breakage in debug functions when built as a moduleLarry Finger
2012-02-22rtlwifi: rtl8192se firmware load can overflow target bufferTim Gardner
2012-02-22Correcting typos in rtlwifi/base.cTristan Pourcelot
2012-02-22rtlwifi: rtl8192c-common: rtl8192se: rtl8192de: Simplify if statementsLarry Finger
2012-02-22rtlwifi/rtl8192c: in _rtl92c_phy_calculate_bit_shift remove comparing bitmask...Devendra.Naga
2012-02-21Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2012-02-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2012-02-13drivers/net: Remove boolean comparisons to true/falseJoe Perches
2012-02-09rtlwifi: Modify rtl_pci_init to return 0 on successSimon Graham
2012-02-09rtlwifi: Modify rtl_pci_init to return 0 on successJohn W. Linville
2012-02-08rtlwifi: Return correct failure code on errorSimon Graham
2012-02-08rtlwifi: Handle previous allocation failures when freeing device memorySimon Graham
2012-02-06rtlwifi: Fix PCI probe error path orphaned memoryTim Gardner
2012-02-06rtlwifi: Remove extra debugging message accidentally left inLarry Finger
2012-02-06rtlwifi: Fix typo in dm.cMasanari Iida
2012-02-06rtlwifi: remove return in _rtl_pci_switch_clk_reqDevendra.Naga
2012-02-06Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2012-01-31drivers/net: Remove unnecessary k.alloc/v.alloc OOM messagesJoe Perches
2012-01-30rtlwifi: Convert to asynchronous firmware loadLarry Finger
2012-01-30rtlwifi: Move pr_fmt macros to a single locationLarry Finger
2012-01-27mac80211: make beacon filtering per virtual interfaceJohannes Berg
2012-01-24rtl8192se: Update copyright datesLarry Finger
2012-01-24rtl8192de: Update copyright datesLarry Finger
2012-01-24rtl8192cu: Update copyright datesLarry Finger
2012-01-24rtl8192ce: Update copyright datesLarry Finger
2012-01-24rtl8192c_common: Update copyright datesLarry Finger
2012-01-24rtlwifi: Update copyright datesLarry Finger
2012-01-24rtl8192cu: Remove dead code never selectedLarry Finger
2012-01-24rtlwifi: rtl8192c_common: rtl8192de: Check for allocation failuresLarry Finger
2012-01-24rtlwifi: Simplify chip version id loggingJoe Perches
2012-01-24rtlwifi: Remove incorrect logging message prefixesJoe Perches
2012-01-24rtlwifi: add CONFIG_RTLWIFI_DEBUG to remove all of the debug logging codeJoe Perches
2012-01-24rtlwifi: Optimize RT_TRACE macro use of KBUILD_MODNAME for sizeJoe Perches
2012-01-24rtlwifi: Remove duplicate __func__Joe Perches
2012-01-24rtlwifi: Convert RT_ASSERT macro to use ##__VA_ARGS__Joe Perches
2012-01-24rtlwifi: Convert RTPRINT macro to use ##__VA_ARGS__Joe Perches
2012-01-24rtlwifi: Convert RT_TRACE macro to use ##__VA_ARGS__Joe Perches
2012-01-24rtlwifi: Standardize RT_PRINT_DATA macro and usesJoe Perches