summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
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
2021-08-26staging: r8188eu: remove unused defineMartin Kaiser1-2/+0
2021-08-26staging: r8188eu: remove unnecessary castMartin Kaiser1-1/+1
2021-08-26staging: rtl8723bs: remove header file ethernet.hMichael Straube4-18/+5
2021-08-26staging/rtl8192u: Prefer kcalloc over open coded arithmeticLen Baker1-3/+3
2021-08-26staging/rtl8192u: Initialize variables in the definition blockLen Baker1-6/+3
2021-08-26staging/rtl8192u: Avoid CamelCase in names of variablesLen Baker1-48/+47
2021-08-26staging: rtl8723bs: remove unused rtw_set_802_11_bssid() functionFabio Aiuto2-65/+0
2021-08-26staging: rtl8723bs: remove functions notifying wext eventsFabio Aiuto4-48/+1
2021-08-26staging: rtl8723bs: fix logical continuation issueFabio Aiuto1-3/+3
2021-08-26staging: rtl8723bs: fix code indent issuesFabio Aiuto1-6/+6
2021-08-26staging: rtl8723bs: remove obsolete wext supportFabio Aiuto3-3101/+1
2021-08-26staging: mt7621-pci: fix hang when nothing is connected to pcie portsSergio Paracuellos1-2/+11
2021-08-26staging: r8188eu: remove unused function rtw_remove_bcn_ie()Michael Straube2-40/+0
2021-08-26staging: r8188eu: remove unused function rtw_add_bcn_ie()Michael Straube2-65/+0
2021-08-26staging: r8188eu: remove unneeded semicolonYang Li3-3/+3
2021-08-26staging: wlan-ng: Avoid duplicate header in tx/rx framesKees Cook6-53/+39
2021-08-26staging: wlan-ng: Remove pointless a3/a4 unionKees Cook9-62/+48
2021-08-26staging: r8188eu: use GFP_ATOMIC under spinlockMichael Straube1-1/+1
2021-08-26staging: r8188eu: fix scheduling while atomic bugsMichael Straube1-2/+2
2021-08-19staging: r8188eu: Remove empty rtw_mfree_xmit_priv_lock()Fabio M. De Francesco1-6/+0
2021-08-19staging: r8188eu: remove rtw_update_mem_stat macro and associated flagsPhillip Potter1-20/+0
2021-08-19staging: r8188eu: remove function _rtw_zvmallocPhillip Potter2-10/+0
2021-08-19staging: r8188eu: remove rtw_zvmalloc preprocessor definitionPhillip Potter1-1/+0
2021-08-19staging: r8188eu: convert all rtw_zvmalloc calls to vzalloc callsPhillip Potter9-13/+13