mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2025-02-19 18:40:44 +01:00
frame-xchg: use work priorities rather than hard coding
This commit is contained in:
parent
ae12132495
commit
295430a47e
@ -1213,7 +1213,8 @@ uint32_t frame_xchg_startv(uint64_t wdev_id, struct iovec *frame, uint32_t freq,
|
|||||||
* wait on channel) are introduced.
|
* wait on channel) are introduced.
|
||||||
*/
|
*/
|
||||||
return wiphy_radio_work_insert(wiphy_find_by_wdev(wdev_id),
|
return wiphy_radio_work_insert(wiphy_find_by_wdev(wdev_id),
|
||||||
&fx->work, 0, &work_ops);
|
&fx->work, WIPHY_WORK_PRIORITY_FRAME,
|
||||||
|
&work_ops);
|
||||||
}
|
}
|
||||||
|
|
||||||
static bool frame_xchg_cancel_by_wdev(void *data, void *user_data)
|
static bool frame_xchg_cancel_by_wdev(void *data, void *user_data)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user