Upgrade ATH_EEPROM_FIRMWARE to a configuration option.

This commit is contained in:
Adrian Chadd 2012-04-13 18:00:48 +00:00
parent 09c35035a0
commit 79f57b35ce
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=234231
2 changed files with 2 additions and 2 deletions

View File

@ -780,6 +780,7 @@ ATH_DIAGAPI opt_ath.h
ATH_TX99_DIAG opt_ath.h
ATH_ENABLE_11N opt_ath.h
ATH_ENABLE_DFS opt_ath.h
ATH_EEPROM_FIRMWARE opt_ath.h
# options for the Atheros hal
AH_SUPPORT_AR5416 opt_ah.h

View File

@ -33,6 +33,7 @@ __FBSDID("$FreeBSD$");
/*
* PCI/Cardbus front-end for the Atheros Wireless LAN controller driver.
*/
#include "opt_ath.h"
#include <sys/param.h>
#include <sys/systm.h>
@ -60,8 +61,6 @@ __FBSDID("$FreeBSD$");
#include <dev/pci/pcivar.h>
#include <dev/pci/pcireg.h>
/* #define ATH_EEPROM_FIRMWARE */
/* For EEPROM firmware */
#ifdef ATH_EEPROM_FIRMWARE
#include <sys/linker.h>