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:
parent
79660291fb
commit
33d33ed0ad
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user