aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtl8188eu (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-10-01staging: rtl8188eu: fix HighestRate check in odm_ARFBRefresh_8188E()Denis Efremov1-1/+1
2019-10-01staging: rtl8188eu: fix null dereference when kzalloc failsConnor Kuehl1-2/+4
2019-09-12staging: rtl8188eu: make two arrays static const, makes object smallerColin Ian King1-2/+2
2019-09-03staging: r8188eu: use skb_put_data instead of skb_put/memcpy pairIvan Safonov2-7/+2
2019-08-08Staging: rtl8188eu: core: rtw_security: tidy up crc32_init()Merwin Trever Ferrao1-21/+20
2019-08-05staging: rtl8188eu: core: add spaces around '-', '+', '>>','<<' and '*' in rtw_efuse.cSaurav Girepunje1-64/+64
2019-08-03staging: rtl8188eu: core: rtw_recv.c: Remove Unnecessary parenthesesSaurav Girepunje1-4/+4
2019-07-31staging: rtl8188eu: remove redundant assignment to variable rtstatusColin Ian King1-1/+1
2019-07-30staging: rtl8188eu: cleanup comparsion to NULL in usb_halinit.cMichael Straube1-1/+1
2019-07-30staging: rtl8188eu: add spaces around '-' and '*' in usb_halinit.cMichael Straube1-3/+3
2019-07-30staging: rtl8188eu: add spaces around '<<' and '>>' in usb_halinit.cMichael Straube1-6/+6
2019-07-30staging: rtl8188eu: add spaces around '|' in usb_halinit.cMichael Straube1-8/+9
2019-07-30staging: rtl8188eu: add spaces around '&' in usb_halinit.cMichael Straube1-19/+19
2019-07-30staging: rtl8188eu: add spaces around '+' in usb_halinit.cMichael Straube1-38/+38
2019-07-30staging: rtl8188eu: remove redundant assignment to rtstatusColin Ian King1-1/+1
2019-07-30staging: rtl8188eu: replace hal_EfusePgCheckAvailableAddr()Michael Straube1-12/+1
2019-07-22staging: rtl8188eu: Replace function rtl88eu_phy_rf_config()Nishka Dasgupta1-6/+1
2019-07-22staging: rtl8188eu: Replace function rtl88e_phy_rf6052_config()Nishka Dasgupta1-6/+1
2019-07-22staging: rtl8188eu: Replace function rtw_alloc_network()Nishka Dasgupta3-9/+4
2019-07-22staging: rtl8188eu: Remove function rtw_modular64()Nishka Dasgupta3-8/+1
2019-07-22staging: rtl8188eu: Remove function rtw_os_indicate_scan_done()Nishka Dasgupta3-7/+1
2019-07-22staging: rtl8188eu: Replace function beacon_timing_control()Nishka Dasgupta4-8/+2
2019-07-22staging: rtl8188eu: core: Remove function enable_rate_adaptive()Nishka Dasgupta1-6/+1
2019-07-22staging: rtl8188eu: core: Replace function Set_MSR()Nishka Dasgupta2-7/+2
2019-07-22staging: rtl8188eu: remove unused definitions from hal8188e_phy_reg.hMichael Straube1-881/+0
2019-07-01staging/rtl8188eu/os_dep: Remove unneeded variable retHariprasad Kelam1-12/+6
2019-07-01staging: rtl8188eu: Remove declarations of unused functionsNishka Dasgupta1-6/+0
2019-07-01staging: rtl8188eu: hal: Replace function ODM_TXPowerTrackingCheck()Nishka Dasgupta2-6/+0
2019-07-01staging: rtl8188eu: hal: Replace function odm_TXPowerTrackingInit()Nishka Dasgupta2-6/+0
2019-07-01staging: rtl8188eu: os_dep: Remove return variableNishka Dasgupta1-2/+2
2019-07-01staging: rtl8188eu: Add 'rtl8188eufw.bin' to MODULE_FIRMWARE listAlexander Dahl1-0/+1
2019-06-26staging: rtl8188eu: remove unused function is_ap_in_wep()Michael Straube2-31/+0
2019-06-26staging: rtl8188eu: remove unused function get_bsstype()Michael Straube2-11/+0
2019-06-26staging: rtl8188eu: remove hal_init_macaddr()Michael Straube3-8/+2
2019-06-26staging: rtl8188eu: cleanup lines ending with a '('Michael Straube1-16/+5
2019-06-20staging: rtl8188eu: remove unused codeMichael Straube1-6/+0
2019-06-13staging: rtl8188eu: Change type of rtw_get_sec_ie()Nishka Dasgupta2-5/+3
2019-06-09staging: rtl8188eu: core: Replace function rtw_free_network_nolock()Nishka Dasgupta2-10/+2
2019-06-06staging: rtl8188eu: core: Remove initialisation of return variableNishka Dasgupta1-1/+1
2019-06-03staging: rtl8188eu: remove ODM_PhyStatusQuery() wrapperMichael Straube1-12/+3
2019-06-03staging: rtl8188eu: remove unused definitions from ieee80211.hMichael Straube1-5/+0
2019-06-03staging: rtl8188eu: remove redundant definition of ETH_ALENMichael Straube1-1/+0
2019-05-22Staging: rtl8188eu: core: Use !x in place of NULL comparisonsPuranjay Mohan1-7/+7
2019-05-22Staging: rtl8188eu: os_dep: Replace comparison with zero to !xPuranjay Mohan1-1/+1
2019-05-21Staging: rtl8188eu: core: Remove else after breakPuranjay Mohan1-14/+12
2019-05-20staging: rtl8188eu: use help instead of ---help--- in KconfigMoses Christopher1-2/+2
2019-05-20Staging: rtl8188eu: os_dep: Use %s and __func__ in stringsPuranjay Mohan1-4/+4
2019-05-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-2/+1
2019-05-01staging: rtlwifi: move remaining phydm .h filesGreg Kroah-Hartman3-2/+77
2019-04-25staging: rtl8188eu: remove unnecessary parenthesesMichael Straube2-4/+4