aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/realtek/rtlwifi/rtl8188ee
AgeCommit message (Expand)Author
2024-01-25wifi: rtlwifi: rtl8188ee: phy: using calculate_bit_shift()Su Hui
2024-01-25rtlwifi: Use ffs in <foo>_phy_calculate_bit_shiftJoe Perches
2023-11-20wifi: rtlwifi: fix EDCA limit set by BT coexistenceDmitry Antipov
2019-05-31rtlwifi: fix potential NULL pointer dereferencePing-Ke Shih
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
2017-10-13rtlwifi: Remove unused cur_rfstate variablesChristos Gkekas
2017-10-13rtlwifi: Add module parameter ASPMPing-Ke Shih
2017-10-13rtlwifi: Add bw_update parameter for RA mask update.Ping-Ke Shih
2017-10-13rtlwifi: rtl8192ee: Make driver support 64bits DMA.Ping-Ke Shih
2017-08-03rtlwifi: rtl8188ee: constify pci_device_id.Arvind Yadav
2017-07-28rtlwifi: Fix memory leak when firmware request failsSouptick Joarder
2017-06-25Merge tag 'wireless-drivers-next-for-davem-2017-06-25' of git://git.kernel.or...David S. Miller
2017-06-21rtlwifi: Add TX report and disable key to force wait until report acked.Ping-Ke Shih
2017-06-21rtlwifi: fix REG_USTIME_TSF register definitionKevin Lo
2017-06-16networking: introduce and use skb_put_data()Johannes Berg
2017-04-28mac80211: separate encoding/bandwidth from flagsJohannes Berg
2017-04-28mac80211: clean up rate encoding bits in RX statusJohannes Berg
2017-02-08rtlwifi: Move items out of rtl_pci_priv and rtl_usb_privLarry Finger
2017-01-20rtlwifi: Download firmware as bytes rather than as dwordsLarry Finger
2017-01-20rtlwifi: Convert COMP_XX entries into a proper debugging maskLarry Finger
2017-01-02Merge tag 'wireless-drivers-next-for-davem-2017-01-02' of git://git.kernel.or...David S. Miller
2016-12-30rtlwifi: Remove some redundant codeLarry Finger
2016-12-30rtlwifi: rtl8188ee: Remove all instances of DBG_EMERGLarry Finger
2016-12-30rtlwifi: Replace local debug macro RT_ASSERTLarry Finger
2016-12-16Makefile: drop -D__CHECK_ENDIAN__ from cflagsMichael S. Tsirkin
2016-11-27Merge tag 'wireless-drivers-next-for-davem-2016-11-25' of git://git.kernel.or...David S. Miller
2016-11-17rtlwifi: rtl8188ee: Remove address of Free Software FoundationLarry Finger
2016-10-13rtlwifi: Fix regression caused by commit d86e64768859Larry Finger
2016-09-27rtlwifi: Add HAL_DEF_WOWLAN case to *_get_hw() routinesLarry Finger
2016-09-27rtlwifi: Add switch variable to 'switch case not processed' messagesJoe Perches
2016-09-14rtlwifi: rtl818x: constify local structuresJulia Lawall
2016-07-19rtlwifi: don't add include path for rtl8188eeArnd Bergmann
2016-07-08rtlwifi: rtl8188ee: Convert driver to use common hardware info routineLarry Finger
2016-07-08rtlwifi: Fix typo in printkMasanari Iida
2016-07-08rtlwifi: Add missing newlines to RT_TRACE callsJoe Perches
2016-07-05rtlwifi: rtl8188ee: Fix potential race conditionLarry Finger
2016-06-29rtlwifi: use s8 instead of charArnd Bergmann
2016-06-16rtlwifi: fix error handling in *_read_adapter_info()Arnd Bergmann
2016-04-06rtlwifi: rtl8188ee: Fix Smatch warningsLarry Finger
2016-03-07rtlwifi: pass struct rtl_stats by reference as it is more efficientColin Ian King