summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/realtek/rtlwifi/rtl8188ee
AgeCommit message (Expand)Author
2020-11-24rtlwifi: rtl8188ee: avoid accessing the data mapped to streaming DMAJia-Ju Bai
2020-11-07rtlwifi: rtl8188ee: Remove set but unused variable 'reg_ea4'Lee Jones
2020-11-07wireless: remove unneeded breakTom Rix
2020-09-22rtlwifi: Use ffs in <foo>_phy_calculate_bit_shiftJoe Perches
2020-09-16rtlwifi: rtl8188ee: fix comparison pointer to bool warning in hw.cZheng Bin
2020-09-16rtlwifi: rtl8188ee: fix comparison pointer to bool warning in trx.cZheng Bin
2020-09-16rtlwifi: rtl8188ee: fix comparison pointer to bool warning in phy.cZheng Bin
2020-09-09rtlwifi: switch from 'pci_' to 'dma_' APIChristophe JAILLET
2020-08-31rtlwifi: rtl8188ee: Rename RT_TRACE to rtl_dbgLarry Finger
2020-07-15rtlwifi: Use const in 8188ee/8723be/8821ae swing_table declarationsJoe Perches
2020-07-15rtlwifi: rtl8188ee: Fix endian issueLarry Finger
2020-05-06rtlwifi: rtl8188ee: remove Comparison to bool in rf.cJason Yan
2020-04-21rtlwifi: rtl8188ee: use true,false for bool variablesJason Yan
2020-03-12rtlwifi: rtl8188ee: Fix regression due to commit d1d1a96bdb44Larry Finger
2020-01-26rtlwifi: rtl8188ee: remove redundant assignment to variable condColin Ian King
2020-01-26rtlwifi: rtl8188ee: Make functions static & rm sw.hAmadeusz Sławiński
2019-12-18rtlwifi: rtl8188ee: Remove usage of private bit manipulationLarry Finger
2019-11-20rtlwifi: set proper udelay within rf_serial_readPing-Ke Shih
2019-11-20rtlwifi: rf_lock use non-irqsave spin_lockPing-Ke Shih
2019-10-09rtlwifi: rtl8188ee: Remove set but not used variable 'h2c_parameter'zhengbin
2019-10-09rtlwifi: rtl8188ee: Remove set but not used variables 'v3','rtstatus','reg_ec...zhengbin
2019-09-13rtlwifi: rtl8188ee: rtl8192ce: rtl8192de: rtl8723ae: rtl8821ae: Remove some u...Larry Finger
2019-09-03rtlwifi: rtl8188ee: Fix incorrect returned valuesLarry Finger
2019-08-06rtlwifi: rtl8188ee: Remove local configuration variableLarry Finger
2019-08-06rtlwifi: rtl8188ee: Convert inline routines to little-endian wordsLarry Finger
2019-08-06rtlwifi: rtl8188ee: Convert macros that set descriptorLarry Finger
2019-08-06rtlwifi: rtl88188ee: Replace local bit manipulation macrosLarry Finger
2019-08-06rtlwifi: rtl8188ee: Remove unused GET_XXX and SET_XXX descriptor macrosLarry Finger
2019-07-24rtlwifi: remove assignment to itselfPing-Ke Shih
2019-06-25rtlwifi: rtl8188ee: remove redundant assignment to rtstatusColin Ian King
2019-04-18rtlwifi: rtl8188ee: Remove extraneous fileLarry Finger
2019-04-13rtlwifi: Convert the wake_match variable to localLarry Finger
2019-04-13rtlwifi: Fix duplicate tests of one of the RX descriptorsLarry Finger
2019-04-04rtlwifi: fix potential NULL pointer dereferencePing-Ke Shih
2019-02-19rtlwifi: rtl8188ee: Remove CamelCase variableLarry Finger
2019-02-19rtlwifi: Remove CamelCase variables from base codeLarry Finger
2019-02-19rtlwifi: rtl8188ee: Replace old-style license informationLarry Finger
2018-11-06rtlwifi: Remove same duplicated includeszhong jiang
2018-09-04rtlwifi: remove set but unused variablesKevin Lo
2018-05-29rtlwifi: remove dummy hal_op rx_command_packet from rtl8188ee and rtl8723aePing-Ke Shih
2018-05-29rtlwifi: remove unused fw C2H command IDPing-Ke Shih
2018-05-29rtlwifi: remove duplicate rx_packet_type definitionPing-Ke Shih
2018-03-27rtlwifi: correct commentKevin Lo
2018-01-08rtlwifi: fill FW version and subversionPing-Ke Shih
2017-12-07rtlwifi: Convert individual interrupt results to structLarry Finger
2017-11-08rtlwifi: rtl_pci: Extend recognized interrupt parameters from two to four ISRPing-Ke Shih
2017-11-04Merge tag 'wireless-drivers-next-for-davem-2017-11-03' of git://git.kernel.or...David S. Miller
2017-11-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-10-27rtlwifi: Convert timers to use timer_setup()Kees Cook