mirror of
https://github.com/torvalds/linux.git
synced 2024-11-10 22:21:40 +00:00
90ec00d54e
Make the transition to the UWB_RSV_STATE_NONE state synchronous so that there is not a race between uwb_rsv_terminate and uwb_rsv_establish. uwb_rsv_terminate would set the rsv->state to UWB_RSV_STATE_NONE but did not release the stream resource until a 320ms timeout had expired. If a user called uwb_rsv_establish during that time, it could fail to establish the reservation because no stream resources were available. This patch removes the timer from the uwb_rsv_terminate process since it is not needed when transitioning to UWB_RSV_STATE_NONE. Signed-off-by: Thomas Pugliese <thomas.pugliese@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> |
||
---|---|---|
.. | ||
i1480 | ||
address.c | ||
allocator.c | ||
beacon.c | ||
driver.c | ||
drp-avail.c | ||
drp-ie.c | ||
drp.c | ||
est.c | ||
hwa-rc.c | ||
ie-rcv.c | ||
ie.c | ||
Kconfig | ||
lc-dev.c | ||
lc-rc.c | ||
Makefile | ||
neh.c | ||
pal.c | ||
radio.c | ||
reset.c | ||
rsv.c | ||
scan.c | ||
umc-bus.c | ||
umc-dev.c | ||
umc-drv.c | ||
uwb-debug.c | ||
uwb-internal.h | ||
uwbd.c | ||
whc-rc.c | ||
whci.c |