diff options
| author | Sam Leffler <sam@FreeBSD.org> | 2008-12-11 04:03:13 +0000 |
|---|---|---|
| committer | Sam Leffler <sam@FreeBSD.org> | 2008-12-11 04:03:13 +0000 |
| commit | eef5acf25e0e3025ba31fe5ee4289b1e3fd15849 (patch) | |
| tree | e03e2f5fb5854657ad64eee84c7a35264337ec16 /sys/dev/ath | |
| parent | e18701f4ac402411b1a1d26eed4cc162d9c1580d (diff) | |
Notes
Diffstat (limited to 'sys/dev/ath')
| -rw-r--r-- | sys/dev/ath/ath_hal/ah_eeprom_v14.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/ath/ath_hal/ah_eeprom_v14.c b/sys/dev/ath/ath_hal/ah_eeprom_v14.c index 1941c2b0c7a9..45f998ffc10c 100644 --- a/sys/dev/ath/ath_hal/ah_eeprom_v14.c +++ b/sys/dev/ath/ath_hal/ah_eeprom_v14.c @@ -14,7 +14,7 @@ * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. * - * $Id: ah_eeprom_v14.c,v 1.4 2008/11/10 19:04:26 sam Exp $ + * $FreeBSD$ */ #include "opt_ah.h" @@ -54,6 +54,7 @@ v14EepromGet(struct ath_hal *ah, int param, void *val) __func__, ath_hal_ether_sprintf(macaddr)); return HAL_EEBADMAC; } + return HAL_OK; case AR_EEP_REGDMN_0: return pBase->regDmn[0]; case AR_EEP_REGDMN_1: |
