aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/rtlwifi/rtl8723be (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-08-03rtlwifi: rtl8723be: Add module parameter for MSI interruptsLarry Finger1-0/+1
2015-06-15rtlwifi: fix tm_trigger usageHans Ulli Kroll1-4/+3
2015-05-26rtlwifi: Remove the clear interrupt routine from all driversVincent Fann1-17/+0
2015-05-26rtlwifi: rtl8723be: Update driver for regulatory changesShao Fu1-2/+2
2015-05-09wireless: fix typos in mwifiex and rtlwifiMasanari Iida1-1/+1
2015-04-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2-3/+2
2015-04-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2015-03-30rtlwifi: Change REG_CR+2 to MSRTaehee Yoo1-1/+1
2015-03-06treewide: Fix typo in printk messagesMasanari Iida1-1/+1
2015-03-03rtlwifi: Remove unused RF6052_MAX_REG definePriit Laes1-1/+0
2015-02-26rtlwifi: Clear ACM_CTRL AC3_VO bit correctlyJes Sorensen1-1/+1
2015-01-09rtlwifi: Move macro definitions to coreLarry Finger1-3/+0
2015-01-09rtlwifi: rtl8723be: Convert driver to use common DM table initializationLarry Finger1-30/+2
2015-01-09rtlwifi: rtl8192c-common: Convert driver to use common DM table initializationLarry Finger1-8/+0
2015-01-09rtlwifi: Create new routine to initialize the DM tablesLarry Finger2-22/+1
2015-01-09rtlwifi: rtl8723be: Improve modinfo outputLarry Finger1-4/+6
2015-01-09rtlwifi: Unify variable naming for all driversLarry Finger1-13/+13
2014-12-24rtlwifi: rtl8723be: phy.c: Remove unused functionRickard Strandqvist2-27/+0
2014-12-24rtlwifi: rtl8821ae: Switch to use common rate control routineLarry Finger1-1/+1
2014-12-24rtlwifi: rtl8723be: Switch to use common rate-mapping routineLarry Finger1-159/+1
2014-11-24net: wireless: rtlwifi: Do not always include drivers in obj-mAndreas Ruprecht1-3/+0
2014-10-02rtlwifi: Fix static checker warnings for various driversLarry Finger1-7/+0
2014-09-30rtlwifi: rtl8188ee: rtl8192com: rtl8192cu: rtl8192ee: rtl8723ae: rtl87323be: rtl8821ae: Use common cmd_send_packetLarry Finger1-1/+2
2014-09-30rtlwifi: rtl8723be: Update driver to match Realtek release of 06/28/14Larry Finger18-3109/+3800
2014-09-30rtlwifi: rtl8723ae: Update driver to match 06/28/14 Realtek versionLarry Finger2-2/+2
2014-09-26rtlwifi: Fix problems with building an allyesconfigLarry Finger5-245/+9
2014-09-26rtlwifi: rtl8188ee: Update driver to match Realtek release of 06282014Larry Finger1-1/+1
2014-09-26rtlwifi: Update power-save routines for 062814 driverLarry Finger3-7/+10
2014-08-12PCI: Remove DEFINE_PCI_DEVICE_TABLE macro useBenoit Taine1-1/+1
2014-07-20rtlwifi: rtl8723be: remove unnecessary break after returnFabian Frederick1-1/+0
2014-06-25rtlwifi/rtl8723be: Replace magic number by macroRickard Strandqvist2-1/+2
2014-05-29rtlwifi: rtl8723be: Remove duplicate inclusion of phy.hSachin Kamat1-1/+0
2014-05-19rtlwifi: remove unused allow_all_destaddr functionsPeter Wu2-22/+0
2014-05-13rtlwifi: rtl8723be: add msi module parameterAdam Lee1-1/+4
2014-04-30rtlwifi: rtl8723be: disable MSI interrupts modeAdam Lee1-1/+1
2014-03-27rtlwifi: Remove casts of pointer to same typeJoe Perches3-33/+30
2014-03-27rtlwifi: Remove addressof casts to same typeJoe Perches1-4/+3
2014-03-13rtlwifi: rtl8723be: Fix array dimension problemsLarry Finger1-5/+9
2014-03-06rtlwifi: rtl8723be: Fix smatch warningsLarry Finger1-8/+0
2014-03-06rtlwifi: rtl8723be: Fix sparse errorsLarry Finger2-3/+2
2014-03-06rtlwifi: rtl8723be: rtl8723com: Remove unused allow_all_destaddr functionsLarry Finger1-1/+0
2014-03-06rtlwifi: Move common routines to coreLarry Finger5-52/+10
2014-03-06rtlwifi: rtl8192ce: rtl8192cu: rtl8192de: rtl8192se: rtl8723ae: rtl8723be: rtl8188eu: Modify for new APILarry Finger2-5/+7
2014-03-04rtlwifi: rtl8723be: Add new driverLarry Finger25-0/+14048