
Wifi::WMod - A class for loading linux kernel module wifi for Texas Instruments chips(http://acx100.sourceforge.net/)

use Wifi::WMod;
$mod = Wifi::WMod->new(REFERENCE Wifi::WFile);
$mod->load;

Wifi::WMod is used by Wifi::Manage for loading LKM wifi.

This sections contains only the methods in WMod.pm itself.
Load the module
Unload the module
