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