blob: b110b3819a680870db69f60b6f335cd5a1a20346 (
plain)
1
2
3
4
5
6
7
|
#!/bin/sh
### Restart the wireless device on Gentoo
### Useful for bcm43xx/b43 which doesn't reconnect on resume
### Uncomment the line below and properly set the device variable
WIRELESS="net.wlan0"
# /etc/init.d/${WIRELESS} restart
|