linux-surface/root/lib/systemd/system-sleep/mwifiex_pcie.sh

9 lines
164 B
Bash

#!/bin/sh
set -e
if [ "$2" = "hibernate" ]; then
case "$1" in
pre) modprobe -r mwifiex_pcie mwifiex ;;
post) modprobe mwifiex_pcie ;;
esac