diff --git a/core/mesh/rtw_mesh.c b/core/mesh/rtw_mesh.c index 1c33616..e4d5ed3 100644 --- a/core/mesh/rtw_mesh.c +++ b/core/mesh/rtw_mesh.c @@ -2128,6 +2128,9 @@ void rtw_mesh_expire_peer_notify(_adapter *adapter, const u8 *peer_addr) , peer_addr , null_ssid , 2 + #if (LINUX_VERSION_CODE >= KERNEL_VERSION(5, 0, 0)) + , 0 + #endif , GFP_ATOMIC ); #endif