suspend_rtw89 125 B

1234567
  1. #!/bin/sh
  2. if [ "${1}" == "pre" ]; then
  3. modprobe -rv rtw_8852ae
  4. elif [ "${1}" == "post" ]; then
  5. modprobe -v rtw_8852ae
  6. fi