Oops - use the correct argument order for ar9300_set_beacon().

(It's only an issue in AP/adhoc modes. But, still. Grr.)
This commit is contained in:
adrian 2015-01-18 17:43:00 +00:00
parent 79660291fb
commit 33d33ed0ad

View File

@ -606,8 +606,8 @@ ar9300_freebsd_beacon_init(struct ath_hal *ah, uint32_t next_beacon,
uint32_t beacon_period)
{
ar9300_beacon_init(ah, AH_PRIVATE(ah)->ah_opmode,
next_beacon, beacon_period);
ar9300_beacon_init(ah, next_beacon, beacon_period,
AH_PRIVATE(ah)->ah_opmode);
}
HAL_BOOL