fix both instances of name

Pointy hat:	sam
This commit is contained in:
sam 2009-02-11 22:34:22 +00:00
parent f1859b93d6
commit a648074191

View File

@ -79,7 +79,7 @@ struct ath_hal_chip {
};
#ifndef AH_CHIP
#define AH_CHIP(_name, _probe, _attach) \
static struct ath_hal_chip name##_chip = { \
static struct ath_hal_chip _name##_chip = { \
.name = #_name, \
.probe = _probe, \
.attach = _attach \