# atheros-modules
#
# This service is to load atheros modules

start on boot-phase late-boot-cmds-run

script

   modprobe ath_pci

end script
