summaryrefslogtreecommitdiff
path: root/drivers/staging/r8188eu
AgeCommit message (Expand)AuthorFilesLines
2022-04-08staging: r8188eu: fix endless loop in recv_funcMartin Kaiser1-2/+1
2022-04-08staging: r8188eu: release_firmware is not called if allocation failsMichael Straube1-1/+1
2022-04-08staging: r8188eu: convert DBG_88E_LEVEL call in hal/rtl8188e_hal_init.cPhillip Potter1-1/+1
2022-01-16staging: r8188eu: switch the led off during deinitMartin Kaiser1-0/+1
2021-12-01staging: r8188eu: fix a memory leak in rtw_wx_read32()Dan Carpenter1-1/+7
2021-12-01staging: r8188eu: use GFP_ATOMIC under spinlockMichael Straube1-1/+1
2021-12-01staging: r8188eu: Fix breakage introduced when 5G code was removedLarry Finger1-0/+2
2021-12-01staging: r8188eu: Use kzalloc() with GFP_ATOMIC in atomic contextFabio M. De Francesco1-2/+2
2021-11-18staging: r8188eu: fix memory leak in rtw_set_keyPavel Skripkin1-0/+2
2021-11-12staging: r8188eu: fix memleak in rtw_wx_set_enc_extMartin Kaiser1-2/+3
2021-10-05staging: r8188eu: prevent array underflow in rtw_hal_update_ra_mask()Dan Carpenter1-1/+1
2021-09-20staging: r8188eu: fix -Wrestrict warningsArnd Bergmann1-4/+4
2021-09-01Merge tag 'staging-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds139-0/+80179
2021-08-28staging: r8188eu: add extra TODO entriesPhillip Potter1-0/+3
2021-08-27staging: r8188eu: rename fields of struct rtl_psMichael Straube2-38/+41
2021-08-27staging: r8188eu: remove ODM_DynamicPrimaryCCA_DupRTS()Michael Straube2-9/+0
2021-08-27staging: r8188eu: rename fields of struct dyn_primary_ccaMichael Straube2-7/+7
2021-08-27staging: r8188eu: rename struct field Wifi_Error_StatusMichael Straube3-12/+12
2021-08-27staging: r8188eu: Provide a TODO file for this driverFabio M. De Francesco1-0/+13
2021-08-27staging: r8188eu: remove unneeded variableJing Yangyang1-6/+3
2021-08-27staging: r8188eu: remove unneeded conversions to boolJing Yangyang1-5/+5
2021-08-26staging: r8188eu: remove {read,write}_macregPavel Skripkin2-41/+0
2021-08-26staging: r8188eu: core: remove condition with no effectSaurav Girepunje1-4/+1
2021-08-26staging: r8188eu: remove ethernet.h header fileMichael Straube5-28/+3
2021-08-26staging: r8188eu: remove ip.h header fileMichael Straube5-113/+0
2021-08-26staging: r8188eu: remove if_ether.h header fileMichael Straube4-97/+0
2021-08-26staging: r8188eu: make rtw_deinit_intf_priv return voidPavel Skripkin1-4/+1
2021-08-26staging: r8188eu: use is_multicast_ether_addr in os_dep/recv_linux.cMichael Straube1-1/+1
2021-08-26staging: r8188eu: use is_multicast_ether_addr in hal/rtl8188eu_xmit.cMichael Straube1-2/+1
2021-08-26staging: r8188eu: use is_multicast_ether_addr in core/rtw_xmit.cMichael Straube1-9/+6
2021-08-26staging: r8188eu: use is_multicast_ether_addr in core/rtw_security.cMichael Straube1-4/+4
2021-08-26staging: r8188eu: use is_multicast_ether_addr in core/rtw_recv.cMichael Straube1-10/+10
2021-08-26staging: r8188eu: use is_multicast_ether_addr in core/rtw_mp.cMichael Straube1-2/+2
2021-08-26staging: r8188eu: use is_multicast_ether_addr in core/rtw_mlme.cMichael Straube1-2/+2
2021-08-26staging: r8188eu: ensure proper alignment for eth address buffersMichael Straube2-9/+9
2021-08-26staging: r8188eu: remove unnecessary parenthesesMichael Straube1-2/+2
2021-08-26staging: r8188eu: remove dead codeMichael Straube1-4/+1
2021-08-26staging: r8188eu: remove 5 GHz codeMichael Straube1-22/+8
2021-08-26staging: r8188eu: remove cmd_osdep.h header fileMichael Straube3-23/+5
2021-08-26staging: r8188eu: Make mult-byte entities in dhcp header be big endianLarry Finger1-7/+7
2021-08-26staging: r8188eu: change declaration of Efuse_Read1ByteFromFakeContentPhillip Potter1-11/+3
2021-08-26staging: r8188eu: Fix a resource leak in update_bcn_wps_ieXiangyang Zhang1-1/+2
2021-08-26staging: r8188eu: set pipe only onceMartin Kaiser1-7/+8
2021-08-26staging: r8188eu: remove unused members of struct _io_opsMartin Kaiser1-3/+0
2021-08-26staging: r8188eu: clean up the usb_writeNMartin Kaiser1-10/+5
2021-08-26staging: r8188eu: clean up the usb_writeXY functionsMartin Kaiser1-42/+8
2021-08-26staging: r8188eu: clean up the usb_readXY functionsMartin Kaiser1-23/+7
2021-08-26staging: r8188eu: remove an unused enumMartin Kaiser1-4/+0
2021-08-26staging: r8188eu: rewrite usb vendor request definesMartin Kaiser1-2/+2
2021-08-26staging: rtl8188eu: use actual request type as parameterMartin Kaiser1-34/+12