mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2024-11-22 06:29:23 +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.
|
||||
*/
|
||||
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)
|
||||
|
Loading…
Reference in New Issue
Block a user