fix typo in AH_CHIP definition
Submitted by: Pavel Roskin <proski@gnu.org>
This commit is contained in:
parent
71a3564e5f
commit
d34b671cda
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=188500
@ -84,7 +84,7 @@ static struct ath_hal_chip name##_chip = { \
|
||||
.probe = _probe, \
|
||||
.attach = _attach \
|
||||
}; \
|
||||
OS_DATA_SET(ah_chips, name##_chip)
|
||||
OS_DATA_SET(ah_chips, _name##_chip)
|
||||
#endif
|
||||
|
||||
/*
|
||||
|
Loading…
Reference in New Issue
Block a user