summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/rtlwifi/rtl8188ee
AgeCommit message (Expand)AuthorFilesLines
2015-10-14rtlwifi: rtl818x: Move drivers into new realtek directoryLarry Finger23-14931/+0
2015-08-13rtlwifi: rtl888ee: Fix firmware header endian issuesLarry Finger2-25/+6
2015-06-15rtlwifi: fix tm_trigger usageHans Ulli Kroll1-4/+3
2015-05-26rtlwifi: Remove the clear interrupt routine from all driversVincent Fann1-16/+0
2015-05-26rtlwifi: rtl8188ee: Apply the new regulatory informationShao Fu1-2/+2
2015-05-26rtlwifi: rtl8188ee: Fix pwrseqcmd.h include path.Lauri Kenttä2-2/+2
2015-03-30rtlwifi: Change REG_CR+2 to MSRTaehee Yoo1-2/+2
2015-03-20rtl8188ee: fix build break due to missing rtl_hal_pwrseqcmdparsing definitionJeff Layton1-0/+1
2015-03-03rtlwifi: rtl8188ee: missing curly braces in handle_branch1()Dan Carpenter1-1/+2
2015-03-03rtlwifi: Remove unused RF6052_MAX_REG definePriit Laes1-1/+0
2015-03-03rtlwifi: Remove unused defines from driver-specific def.hPriit Laes1-41/+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: rtl8192c-common: Convert driver to use common DM table initializationLarry Finger1-16/+0
2015-01-09rtlwifi: rtl8188ee: Convert driver to use the common DM table init routineLarry Finger1-33/+2
2015-01-09rtlwifi: Create new routine to initialize the DM tablesLarry Finger2-22/+1
2014-12-24rtlwifi: rtl8821ae: Switch to use common rate control routineLarry Finger1-1/+1
2014-12-24rtlwifi: rtl8188ee: Switch to use common rate-mapping routineLarry Finger1-160/+2
2014-10-02rtlwifi: Fix static checker warnings for various driversLarry Finger1-7/+0
2014-09-30rtlwifi: rtl8188ee: rtl8723ae: rtl8821ae: Initialize some variablesLarry Finger1-1/+1
2014-09-30rtlwifi: rtl8188ee: rtl8192com: rtl8192cu: rtl8192ee: rtl8723ae: rtl87323be: ...Larry Finger1-34/+2
2014-09-30rtlwifi: rtl8188ee: rtl8821ae: Fix a queue locking problemLarry Finger2-1/+4
2014-09-27rtlwifi: Fix problems with building an allyesconfigLarry Finger8-350/+114
2014-09-27rtlwifi: rtl8188ee: Update driver to match Realtek release of 06282014Larry Finger23-4246/+4858
2014-09-27rtlwifi: Update power-save routines for 062814 driverLarry Finger5-21/+20
2014-08-12PCI: Remove DEFINE_PCI_DEVICE_TABLE macro useBenoit Taine1-1/+1
2014-07-21rtlwifi: rtl8188ee: remove unnecessary break after returnFabian Frederick1-1/+0
2014-06-25rtlwifi/rtl8188ee: Fix media status register maskRickard Strandqvist2-1/+2
2014-05-20rtlwifi: remove unused allow_all_destaddr functionsPeter Wu3-23/+0
2014-05-13rtlwifi: rtl8188ee: add msi module parameterAdam Lee1-0/+4
2014-05-13Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville1-1/+1
2014-04-30Revert "rtlwifi: rtl8188ee: enable MSI interrupts mode"Adam Lee1-1/+0
2014-04-22rtlwifi: rtl8188ee: initialize packet_beaconColin Ian King1-1/+1
2014-03-31rtlwifi: rtl8188ee: enable MSI interrupts modeAdam Lee1-0/+1
2014-03-27rtlwifi: Remove casts of pointer to same typeJoe Perches4-38/+32
2014-03-27rtlwifi: Remove addressof casts to same typeJoe Perches1-5/+4
2014-03-06rtlwifi: rtl8188ee: Fix too long disable of IRQsLarry Finger1-4/+16
2014-03-06rtlwifi: Move common routines to coreLarry Finger5-82/+16
2014-03-06rtlwifi: rtl8192ce: rtl8192cu: rtl8192de: rtl8192se: rtl8723ae: rtl8723be: rt...Larry Finger2-8/+8
2014-03-04rtlwifi: Prepare existing drivers for new driverLarry Finger3-13/+13
2014-02-25rtlwifi: avoid accessing RCR directlyPeter Wu1-2/+3
2014-02-05mac80211: add length check in ieee80211_is_robust_mgmt_frame()Johannes Berg1-1/+1
2013-12-05rtlwifi: rtl8188ee: Fix typo in codeLarry Finger1-1/+1
2013-10-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-nextDavid S. Miller5-37/+13
2013-10-04rtlwifi: rtl8188ee: Convert driver to use new rtl_phy_scan_operation_backup()...Larry Finger3-31/+2
2013-10-04rtlwifi: Remove all remaining references to variable 'noise' in rtl_stats structLarry Finger1-1/+0
2013-10-04rtlwifi: rtl8188ee: Fix smatch warning in rtl8188ee/hw.cLarry Finger1-0/+1
2013-09-25rtlwifi: Remove extern from function prototypesJoe Perches1-27/+22
2013-09-06Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-2/+2
2013-09-04drivers/net: Convert uses of compare_ether_addr to ether_addr_equalJoe Perches1-4/+5