Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

development/chipset/rtl8822bu #25

Open
wants to merge 3 commits into
base: development/chipset/rtl8822bu
Choose a base branch
from

Commits on Dec 21, 2021

  1. rtw88-usb: measure absolute time when waiting for queue flush

    In a loaded system, counting time yourself my be off more than you like.
    This commit migrates to a jiffies based measurement, so you won't wait too long
    
    Signed-off-by: Kurt Van Dijck <[email protected]>
    kurt-vd committed Dec 21, 2021
    Configuration menu
    Copy the full SHA
    dc24206 View commit details
    Browse the repository at this point in the history
  2. rtw88-usb: warn on flush timeout only after 1sec

    Signed-off-by: Kurt Van Dijck <[email protected]>
    kurt-vd committed Dec 21, 2021
    Configuration menu
    Copy the full SHA
    96c142c View commit details
    Browse the repository at this point in the history
  3. rtw88-usb: stop trying USB when device is gone

    This commit make the system survive after usb removal.
    The first ENODEV or ENOENT will set a flag, and no attempts are made anymore.
    
    Signed-off-by: Kurt Van Dijck <[email protected]>
    kurt-vd committed Dec 21, 2021
    Configuration menu
    Copy the full SHA
    d1be2b4 View commit details
    Browse the repository at this point in the history