artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
eb3f61b
)
Remove a pointless assignment introduced in previous commit.
author
stsp
<stsp@openbsd.org>
Sat, 3 Feb 2018 17:17:31 +0000
(17:17 +0000)
committer
stsp
<stsp@openbsd.org>
Sat, 3 Feb 2018 17:17:31 +0000
(17:17 +0000)
CID
1464695
; pointed out to me by mikeb@
sys/dev/ic/ar5212.c
patch
|
blob
|
history
diff --git
a/sys/dev/ic/ar5212.c
b/sys/dev/ic/ar5212.c
index
6ed3468
..
b4f345d
100644
(file)
--- a/
sys/dev/ic/ar5212.c
+++ b/
sys/dev/ic/ar5212.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: ar5212.c,v 1.5
8 2018/01/31 11:27:03
stsp Exp $ */
+/* $OpenBSD: ar5212.c,v 1.5
9 2018/02/03 17:17:31
stsp Exp $ */
/*
* Copyright (c) 2004, 2005, 2006, 2007 Reyk Floeter <reyk@openbsd.org>
@@
-514,7
+514,6
@@
ar5k_ar5212_reset(struct ath_hal *hal, HAL_OPMODE op_mode, HAL_CHANNEL *channel,
mode = AR5K_INI_VAL_11B;
ee_mode = AR5K_EEPROM_MODE_11B;
} else {
- mode = AR5K_INI_VAL_11B;
mode = AR5K_INI_VAL_11G;
ee_mode = AR5K_EEPROM_MODE_11G;
}