Fix kernel build, broken in r290612

Approved by:	adrian
This commit is contained in:
Renato Botelho 2015-11-09 20:22:59 +00:00
parent 398290f29a
commit 1ce017241b
2 changed files with 2 additions and 2 deletions

View File

@ -117,7 +117,7 @@ HAL_BOOL
ar5212Reset(struct ath_hal *ah, HAL_OPMODE opmode,
struct ieee80211_channel *chan,
HAL_BOOL bChannelChange,
HAL_RESET_TYPE, resetType,
HAL_RESET_TYPE resetType,
HAL_STATUS *status)
{
#define N(a) (sizeof (a) / sizeof (a[0]))

View File

@ -193,7 +193,7 @@ extern void ar5416RxMonitor(struct ath_hal *, const HAL_NODE_STATS *,
const struct ieee80211_channel *);
extern void ar5416AniPoll(struct ath_hal *, const struct ieee80211_channel *);
extern void ar5416AniReset(struct ath_hal *, const struct ieee80211_channel *,
HAL_OPMODE, HAL_RESET_TYPE, int);
HAL_OPMODE, int);
extern void ar5416SetBeaconTimers(struct ath_hal *, const HAL_BEACON_TIMERS *);
extern void ar5416BeaconInit(struct ath_hal *ah,