aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/rtlwifi (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-08-08rtlwifi: use pci_zalloc_consistentJoe Perches1-12/+5
2014-07-20rtlwifi: rtl8188ee: remove unnecessary break after returnFabian Frederick1-1/+0
2014-07-20rtlwifi: rtl8723be: remove unnecessary break after returnFabian Frederick1-1/+0
2014-07-20rtlwifi: rtl8723ae: remove unnecessary break after returnFabian Frederick1-1/+0
2014-07-20rtlwifi: rtl8192se: remove unnecessary break after returnFabian Frederick2-4/+0
2014-07-20rtlwifi: rtl8192ce: remove unnecessary break after returnFabian Frederick1-1/+0
2014-07-20rtlwifi: remove unnecessary break after returnFabian Frederick1-1/+0
2014-07-13rtlwifi: remove unnecessary break after gotoFabian Frederick1-1/+0
2014-06-25rtlwifi/rtl8723be: Replace magic number by macroRickard Strandqvist2-1/+2
2014-06-25rtlwifi/rtl8723ae: Replace magic number by macroRickard Strandqvist2-1/+2
2014-06-25rtlwifi/rtl8188ee: Fix media status register maskRickard Strandqvist2-1/+2
2014-06-25rtlwifi/rtl8192c[eu]: Fix media status register maskRickard Strandqvist3-2/+3
2014-06-25rtlwifi/rtl8192de: Fix media status register maskRickard Strandqvist2-1/+2
2014-06-19rtlwifi: btcoexist: avoid format string in printkKees Cook1-1/+1
2014-06-19net: wireless: rtlwifi: rtl8192de: phy.c: Cleaning up uninitialized variableRickard Strandqvist1-1/+2
2014-05-29rtlwifi: rtl8192cu: remove check for CONFIG_AUTOSUSPENDPaul Bolle1-3/+0
2014-05-29rtlwifi: rtl8723ae: Remove duplicate inclusion of fw_common.hSachin Kamat1-1/+0
2014-05-29rtlwifi: rtl8723be: Remove duplicate inclusion of phy.hSachin Kamat1-1/+0
2014-05-19rtlwifi: remove unused allow_all_destaddr functionsPeter Wu15-118/+0
2014-05-13rtlwifi: rtl8723be: add msi module parameterAdam Lee1-1/+4
2014-05-13rtlwifi: rtl8188ee: add msi module parameterAdam Lee1-0/+4
2014-05-13rtlwifi: make MSI support a module parameterAdam Lee1-0/+4
2014-05-13Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wirelessJohn W. Linville3-2/+8
2014-05-06RTL8192CU: Increase max APFM_ONMAC polling countAndy Spencer1-1/+1
2014-04-30rtl8192cu: Fix unbalanced irq enable in error path of rtl92cu_hw_init()Ben Hutchings1-1/+1
2014-04-30rtlwifi: rtl8192se: Fix regression due to commit 1bf4bbbLarry Finger1-0/+6
2014-04-30rtlwifi: rtl8723be: disable MSI interrupts modeAdam Lee1-1/+1
2014-04-30Revert "rtlwifi: rtl8188ee: enable MSI interrupts mode"Adam Lee1-1/+0
2014-04-30Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-nextJohn W. Linville1-1/+2
2014-04-22rtlwifi: rtl8188ee: initialize packet_beaconColin Ian King1-1/+1
2014-04-09rtlwifi: btcoexist: remove undefined Kconfig macrosPaul Bolle1-10/+0
2014-04-09mac80211: add vif to flush callEmmanuel Grumbach1-1/+2
2014-03-31rtlwifi: rtl8188ee: enable MSI interrupts modeAdam Lee1-0/+1
2014-03-31rtlwifi: add MSI interrupts mode supportAdam Lee1-2/+63
2014-03-27rtlwifi: Remove casts of pointer to same typeJoe Perches15-137/+118
2014-03-27rtlwifi: Remove addressof casts to same typeJoe Perches4-15/+12
2014-03-13rtlwifi: rtl8723be: Fix array dimension problemsLarry Finger1-5/+9
2014-03-06rtlwifi: rtl8723be: Fix smatch warningsLarry Finger2-9/+1
2014-03-06rtlwifi: rtl8723be: Fix sparse errorsLarry Finger2-3/+2
2014-03-06rtlwifi: rtl8192ce: Handle unused switch caseLarry Finger1-1/+3
2014-03-06rtlwifi: rtl8723ae: Fix too long disable of IRQsLarry Finger1-3/+15
2014-03-06rtlwifi: rtl8188ee: Fix too long disable of IRQsLarry Finger1-4/+16
2014-03-06rtlwifi: rtl8192se: Fix too long disable of IRQsLarry Finger1-6/+21
2014-03-06rtlwifi: rtl8192cu: Fix too long disable of IRQsLarry Finger1-1/+14
2014-03-06rtlwifi: rtl8723be: rtl8723com: Remove unused allow_all_destaddr functionsLarry Finger2-2/+1
2014-03-06rtlwifi: Move common routines to coreLarry Finger31-725/+520
2014-03-06rtlwifi: rtl8192ce: rtl8192cu: rtl8192de: rtl8192se: rtl8723ae: rtl8723be: rtl8188eu: Modify for new APILarry Finger19-78/+282
2014-03-04rtlwifi: rtl8723be: Add new driverLarry Finger27-3/+14065
2014-03-04rtlwifi: rtl8723ae: rtl8723-common: Copy common dynamic power management codeLarry Finger6-41/+106
2014-03-04rtlwifi: rtl8723ae: rtl8723-common: Copy common firmware codeLarry Finger11-805/+142