rtl8192eu-linux-driver/core
Michael Straube 2f0a5e695b remove ethernet.h header file
There are only two definitions from ethernet.h used in the driver.
Namely:

Both are only used in the file core/rtw_recv.c. Replace the usage of
ETHERNET_HEADER_SIZE with ETH_HLEN, move the definition of LLC_HEADER_SIZE
into rtw_recv.h and remove the now unused ethernet.h header file.

Link: https://lore.kernel.org/r/20210824123621.10801-4-straube.linux@gmail.com
2021-10-14 16:30:39 +02:00
..
efuse Replace _rtw_memcpy with memcpy 2021-10-12 17:03:53 +02:00
mesh Use is_multicast_ether_addr instead of custom macro IS_MCAST, the 2021-10-14 16:30:30 +02:00
rtw_ap.c use common ieee80211 constants 2021-10-12 17:52:52 +02:00
rtw_beamforming.c Replace _rtw_memcpy with memcpy 2021-10-12 17:03:53 +02:00
rtw_br_ext.c remove ip.h header file 2021-10-14 16:30:39 +02:00
rtw_bt_mp.c Replace _rtw_memcpy with memcpy 2021-10-12 17:03:53 +02:00
rtw_btcoex_wifionly.c Add version v5.6.4 2019-11-13 22:12:20 +01:00
rtw_btcoex.c Replace _rtw_memcpy with memcpy 2021-10-12 17:03:53 +02:00
rtw_chplan.c Remove wrapper for memset() 2021-10-11 12:09:34 +02:00
rtw_chplan.h Add version v5.6.4 2019-11-13 22:12:20 +01:00
rtw_cmd.c remove cmd_osdep.h header file 2021-10-12 18:21:11 +02:00
rtw_debug.c Use is_multicast_ether_addr instead of custom macro IS_MCAST, the 2021-10-14 16:30:30 +02:00
rtw_eeprom.c Remove wrapper rtw_udelay_os() 2021-10-11 13:00:27 +02:00
rtw_ieee80211.c use common ieee80211 constants 2021-10-12 17:52:52 +02:00
rtw_io.c Remove wrappers for atomic operations 2021-10-11 10:44:02 +02:00
rtw_ioctl_query.c Replace _rtw_memcpy with memcpy 2021-10-12 17:03:53 +02:00
rtw_ioctl_rtl.c Replace _rtw_memcpy with memcpy 2021-10-12 17:03:53 +02:00
rtw_ioctl_set.c Replace _rtw_memcpy with memcpy 2021-10-12 17:03:53 +02:00
rtw_iol.c Replace _rtw_memcpy with memcpy 2021-10-12 17:03:53 +02:00
rtw_mem.c Add version v5.6.4 2019-11-13 22:12:20 +01:00
rtw_mi.c Replace _rtw_memcpy with memcpy 2021-10-12 17:03:53 +02:00
rtw_mlme_ext.c Replace _rtw_memcpy with memcpy 2021-10-12 17:03:53 +02:00
rtw_mlme.c Use is_multicast_ether_addr instead of custom macro IS_MCAST, the 2021-10-14 16:30:30 +02:00
rtw_mp_ioctl.c Use is_multicast_ether_addr instead of custom macro IS_MCAST, the 2021-10-14 16:30:30 +02:00
rtw_mp.c Use is_multicast_ether_addr instead of custom macro IS_MCAST, the 2021-10-14 16:30:30 +02:00
rtw_odm.c Add version v5.6.4 2019-11-13 22:12:20 +01:00
rtw_p2p.c Replace _rtw_memcpy with memcpy 2021-10-12 17:03:53 +02:00
rtw_pwrctrl.c Remove wrapper rtw_mdelay_os() 2021-10-11 12:57:06 +02:00
rtw_recv.c remove ethernet.h header file 2021-10-14 16:30:39 +02:00
rtw_rf.c Replace _rtw_memcpy with memcpy 2021-10-12 17:03:53 +02:00
rtw_rm_fsm.c Remove wrapper for memset() 2021-10-11 12:09:34 +02:00
rtw_rm.c Replace _rtw_memcpy with memcpy 2021-10-12 17:03:53 +02:00
rtw_rson.c Replace _rtw_memcpy with memcpy 2021-10-12 17:03:53 +02:00
rtw_sdio.c Remove wrappers for atomic operations 2021-10-11 10:44:02 +02:00
rtw_security.c Use is_multicast_ether_addr instead of custom macro IS_MCAST, the 2021-10-14 16:30:30 +02:00
rtw_sreset.c Add version v5.6.4 2019-11-13 22:12:20 +01:00
rtw_sta_mgt.c Use is_multicast_ether_addr instead of custom macro IS_MCAST, the 2021-10-14 16:30:30 +02:00
rtw_tdls.c Use is_multicast_ether_addr instead of custom macro IS_MCAST, the 2021-10-14 16:30:30 +02:00
rtw_vht.c Replace _rtw_memcpy with memcpy 2021-10-12 17:03:53 +02:00
rtw_wapi_sms4.c Use is_multicast_ether_addr instead of custom macro IS_MCAST, the 2021-10-14 16:30:30 +02:00
rtw_wapi.c Use is_multicast_ether_addr instead of custom macro IS_MCAST, the 2021-10-14 16:30:30 +02:00
rtw_wlan_util.c Replace _rtw_memcpy with memcpy 2021-10-12 17:03:53 +02:00
rtw_xmit.c Use is_multicast_ether_addr instead of custom macro IS_MCAST, the 2021-10-14 16:30:30 +02:00