mirror of
https://github.com/Mange/rtl8192eu-linux-driver
synced 2025-12-10 00:04:17 +00:00
remove enum WIFI_FRAME_SUBTYPE
The values defined in enum WIFI_FRAME_SUBTYPE are the same the #define IEEE80211_STYPE_xxx from <linux/ieee80211.h>. Port 33ed2b7079f6c38abce6abbaf1e6be4edad919d8
This commit is contained in:
@@ -1451,7 +1451,7 @@ void rtw_mi_buddy_clone_bcmc_packet(_adapter *padapter, union recv_frame *precvf
|
||||
continue;
|
||||
if (rtw_is_adapter_up(iface) == _FALSE || iface->registered == 0)
|
||||
continue;
|
||||
if (type == WIFI_DATA_TYPE && !adapter_allow_bmc_data_rx(iface))
|
||||
if (type == IEEE80211_FTYPE_DATA && !adapter_allow_bmc_data_rx(iface))
|
||||
continue;
|
||||
|
||||
pcloneframe = rtw_alloc_recvframe(pfree_recv_queue);
|
||||
|
||||
Reference in New Issue
Block a user