Deleted Added
full compact
ar2413.c (185406) ar2413.c (185418)
1/*
2 * Copyright (c) 2002-2008 Sam Leffler, Errno Consulting
3 * Copyright (c) 2002-2008 Atheros Communications, Inc.
4 *
5 * Permission to use, copy, modify, and/or distribute this software for any
6 * purpose with or without fee is hereby granted, provided that the above
7 * copyright notice and this permission notice appear in all copies.
8 *

--- 742 unchanged lines hidden (view full) ---

751 return AH_TRUE;
752}
753
754static HAL_BOOL
755ar2413Probe(struct ath_hal *ah)
756{
757 return IS_2413(ah);
758}
1/*
2 * Copyright (c) 2002-2008 Sam Leffler, Errno Consulting
3 * Copyright (c) 2002-2008 Atheros Communications, Inc.
4 *
5 * Permission to use, copy, modify, and/or distribute this software for any
6 * purpose with or without fee is hereby granted, provided that the above
7 * copyright notice and this permission notice appear in all copies.
8 *

--- 742 unchanged lines hidden (view full) ---

751 return AH_TRUE;
752}
753
754static HAL_BOOL
755ar2413Probe(struct ath_hal *ah)
756{
757 return IS_2413(ah);
758}
759AH_RF(ar2413, ar2413Probe, ar2413RfAttach);
759AH_RF(RF2413, ar2413Probe, ar2413RfAttach);