Add a partial implementation of read_poll_timeout() which I did at
some point last year for rtw88.
MFC after: 10 days
Differential D30980
LinuxKPI: add read_poll_timeout() bz on Jul 1 2021, 1:31 PM. Authored by Tags None Referenced Files
Subscribers
Details
Add a partial implementation of read_poll_timeout() which I did at MFC after: 10 days
Diff Detail
Event Timeline
Comment Actions Sorry, if you need it urgently please feel free to improve/finish the code. I can test quickly if needed. Feel free to push to this review even. Comment Actions Work on feedback from hselasky and try to finish the implementation Comment Actions Use usleep_range now so I don't have to deal with pause_sbt()
Comment Actions Prefix internal variables with __ even though it should not |