summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/rtlwifi
Commit message (Expand)AuthorAgeFilesLines
* rtlwifi: Preallocate USB read buffers and eliminate kalloc in read routineLarry Finger2012-04-092-19/+21
* rtlwifi: Simplify rtl_get/set inline functionsJoe Perches2012-04-091-13/+11Star
* rtlwifi: Use is_zero_ether_addr, remove line continuationJoe Perches2012-04-091-3/+2Star
* rtlwifi: rtl8192ce: rtl8192cu: rtl8192de: Fix low-gain setting when scanningLarry Finger2012-03-262-2/+2
* rtlwifi: Remove unused ETH_ADDR_LEN definesJoe Perches2012-03-192-2/+0Star
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2012-03-092-9/+24
|\
| * rtlwifi: rtl8192ce: Fix loss of receive performanceJingjun Wu2012-03-061-0/+4
| * rtlwifi: rtl8192c: Prevent sleeping from invalid context in rtl8192cuLarry Finger2012-03-051-3/+8
| * rtlwifi: Remove extraneous value returnLarry Finger2012-03-051-3/+2Star
| * rtlwifi: Detect misread of end-point countLarry Finger2012-03-051-3/+10
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2012-03-057-284/+113Star
|\|
| * rtlwifi: Fix breakage in debug functions when built as a moduleLarry Finger2012-02-271-1/+1
| * rtlwifi: rtl8192se firmware load can overflow target bufferTim Gardner2012-02-222-2/+4
| * Correcting typos in rtlwifi/base.cTristan Pourcelot2012-02-221-3/+3
| * rtlwifi: rtl8192c-common: rtl8192se: rtl8192de: Simplify if statementsLarry Finger2012-02-223-277/+104Star
| * rtlwifi/rtl8192c: in _rtl92c_phy_calculate_bit_shift remove comparing bitmask...Devendra.Naga2012-02-221-1/+1
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2012-02-213-20/+25
|\|
| * rtlwifi: Modify rtl_pci_init to return 0 on successJohn W. Linville2012-02-091-3/+3
| * rtlwifi: Return correct failure code on errorSimon Graham2012-02-081-1/+1
| * rtlwifi: Handle previous allocation failures when freeing device memorySimon Graham2012-02-081-6/+10
| * rtlwifi: Fix PCI probe error path orphaned memoryTim Gardner2012-02-061-7/+12
| * rtlwifi: Remove extra debugging message accidentally left inLarry Finger2012-02-061-3/+1Star
| * rtlwifi: Fix typo in dm.cMasanari Iida2012-02-061-1/+1
| * rtlwifi: remove return in _rtl_pci_switch_clk_reqDevendra.Naga2012-02-061-3/+1Star
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-02-191-2/+2
|\ \
| * | rtlwifi: Modify rtl_pci_init to return 0 on successSimon Graham2012-02-091-2/+2
* | | drivers/net: Remove boolean comparisons to true/falseJoe Perches2012-02-1317-49/+42Star
* | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2012-02-06107-2789/+2465Star
|\ \ \ | | |/ | |/|
| * | rtlwifi: Convert to asynchronous firmware loadLarry Finger2012-01-3020-164/+194
| * | rtlwifi: Move pr_fmt macros to a single locationLarry Finger2012-01-3019-47/+21Star
| * | mac80211: make beacon filtering per virtual interfaceJohannes Berg2012-01-272-1/+2
| * | rtl8192se: Update copyright datesLarry Finger2012-01-2420-20/+20
| * | rtl8192de: Update copyright datesLarry Finger2012-01-2420-20/+20
| * | rtl8192cu: Update copyright datesLarry Finger2012-01-2420-20/+20
| * | rtl8192ce: Update copyright datesLarry Finger2012-01-2418-18/+18
| * | rtl8192c_common: Update copyright datesLarry Finger2012-01-247-7/+7
| * | rtlwifi: Update copyright datesLarry Finger2012-01-2421-21/+21
| * | rtl8192cu: Remove dead code never selectedLarry Finger2012-01-241-170/+0Star
| * | rtlwifi: rtl8192c_common: rtl8192de: Check for allocation failuresLarry Finger2012-01-244-10/+20
| * | rtlwifi: Simplify chip version id loggingJoe Perches2012-01-242-38/+27Star
| * | rtlwifi: Remove incorrect logging message prefixesJoe Perches2012-01-243-5/+5
| * | rtlwifi: add CONFIG_RTLWIFI_DEBUG to remove all of the debug logging codeJoe Perches2012-01-242-0/+39
| * | rtlwifi: Optimize RT_TRACE macro use of KBUILD_MODNAME for sizeJoe Perches2012-01-241-3/+3
| * | rtlwifi: Remove duplicate __func__Joe Perches2012-01-241-1/+1
| * | rtlwifi: Convert RT_ASSERT macro to use ##__VA_ARGS__Joe Perches2012-01-2421-70/+68Star
| * | rtlwifi: Convert RTPRINT macro to use ##__VA_ARGS__Joe Perches2012-01-249-370/+355Star
| * | rtlwifi: Convert RT_TRACE macro to use ##__VA_ARGS__Joe Perches2012-01-2444-1784/+1613Star
| * | rtlwifi: Standardize RT_PRINT_DATA macro and usesJoe Perches2012-01-2412-26/+23Star
| * | rtlwifi: Neaten RT_ASSERT, RT_TRACE, RTPRINT, RT_PRINT_DATA macrosJoe Perches2012-01-245-53/+47Star
| |/
* / drivers/net: Remove unnecessary k.alloc/v.alloc OOM messagesJoe Perches2012-01-311-4/+1Star
|/