NAME
Wifi::WMod - A class for loading linux kernel module wifi for Texas Instruments chips(http://acx100.sourceforge.net/)
SYNOPSIS
use Wifi::WMod;
$mod = Wifi::WMod->new(REFERENCE Wifi::WFile);
$mod->load;
DESCRIPTION
Wifi::WMod is used by Wifi::Manage for loading LKM wifi.
METHOD DESCRIPTIONS
This sections contains only the methods in WMod.pm itself.
load();
Load the module
unload();
Unload the module
AUTHORS
Developed by Shy <shy@cpan.org>.
1 POD Error
The following errors were encountered while parsing the POD:
- Around line 115:
You forgot a '=back' before '=head1'