Unload your wifi module when not in use! First, issue an lsmod and look for the module name for your device, mine is ath5k. Now, issue sudo rmmod modulename. If it fails to unload the module it might be because another module or another application is using it, try unloading first the modules that depend on it.

You can load it again by issuing sudo modprobe modulename.

Advertisement