Searched refs:MESH_WORK_ROOT (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/net/mac80211/ |
H A D | mesh.h | 52 * @MESH_WORK_ROOT: the mesh root station needs to send a frame 59 MESH_WORK_ROOT, enumerator
|
H A D | mesh.c | 654 set_bit(MESH_WORK_ROOT, &ifmsh->wrkq_flags); in ieee80211_mesh_path_root_timer() 662 set_bit(MESH_WORK_ROOT, &ifmsh->wrkq_flags); in ieee80211_mesh_root_setup() 664 clear_bit(MESH_WORK_ROOT, &ifmsh->wrkq_flags); in ieee80211_mesh_root_setup() 1560 if (test_and_clear_bit(MESH_WORK_ROOT, &ifmsh->wrkq_flags)) in ieee80211_mesh_work()
|
/kernel/linux/linux-6.6/net/mac80211/ |
H A D | mesh.h | 53 * @MESH_WORK_ROOT: the mesh root station needs to send a frame 60 MESH_WORK_ROOT, enumerator
|
H A D | mesh.c | 715 set_bit(MESH_WORK_ROOT, &ifmsh->wrkq_flags); in ieee80211_mesh_path_root_timer() 723 set_bit(MESH_WORK_ROOT, &ifmsh->wrkq_flags); in ieee80211_mesh_root_setup() 725 clear_bit(MESH_WORK_ROOT, &ifmsh->wrkq_flags); in ieee80211_mesh_root_setup() 1762 if (test_and_clear_bit(MESH_WORK_ROOT, &ifmsh->wrkq_flags)) in ieee80211_mesh_work()
|
Completed in 6 milliseconds