You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
#!/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
|