summaryrefslogtreecommitdiffstats
path: root/sys/dev/ath/ath_hal/ar5312
diff options
context:
space:
mode:
authorsam <sam@FreeBSD.org>2008-12-13 03:45:00 +0000
committersam <sam@FreeBSD.org>2008-12-13 03:45:00 +0000
commitf075e21b0311591daf60b212463ec10471b0d64e (patch)
tree590016290013c979ba9f0ee00b0f45aac15f1615 /sys/dev/ath/ath_hal/ar5312
parent67b6f977510a4a32244fd16572cbacefabbd8f9d (diff)
downloadFreeBSD-src-f075e21b0311591daf60b212463ec10471b0d64e.zip
FreeBSD-src-f075e21b0311591daf60b212463ec10471b0d64e.tar.gz
remove duplicate case
Obtained from: netbsd
Diffstat (limited to 'sys/dev/ath/ath_hal/ar5312')
-rw-r--r--sys/dev/ath/ath_hal/ar5312/ar5312_attach.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/ath/ath_hal/ar5312/ar5312_attach.c b/sys/dev/ath/ath_hal/ar5312/ar5312_attach.c
index b5a2dde..5485294 100644
--- a/sys/dev/ath/ath_hal/ar5312/ar5312_attach.c
+++ b/sys/dev/ath/ath_hal/ar5312/ar5312_attach.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: ar5312_attach.c,v 1.8 2008/11/27 22:30:03 sam Exp $
+ * $FreeBSD$
*/
#include "opt_ah.h"
@@ -318,7 +318,6 @@ ar5312Probe(uint16_t vendorid, uint16_t devid)
case AR5212_AR2313_REV8:
return "Atheros 2313 WiSoC";
case AR5212_AR2315_REV6:
- case AR5212_AR2315_REV6:
case AR5212_AR2315_REV7:
return "Atheros 2315 WiSoC";
case AR5212_AR2317_REV1:
OpenPOWER on IntegriCloud