Deleted Added
full compact
ar5312_attach.c (185406) ar5312_attach.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 *

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

326 case AR5212_AR2413:
327 return "Atheros 2413";
328 case AR5212_AR2417:
329 return "Atheros 2417";
330 }
331 }
332 return AH_NULL;
333}
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 *

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

326 case AR5212_AR2413:
327 return "Atheros 2413";
328 case AR5212_AR2417:
329 return "Atheros 2417";
330 }
331 }
332 return AH_NULL;
333}
334AH_CHIP(ar5312, ar5312Probe, ar5312Attach);
334AH_CHIP(AR5312, ar5312Probe, ar5312Attach);