mirror of
https://github.com/opnsense/src.git
synced 2026-06-10 17:22:46 -04:00
fix typo in AH_CHIP definition
Submitted by: Pavel Roskin <proski@gnu.org>
This commit is contained in:
parent
71a3564e5f
commit
d34b671cda
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue