Fix indenting issues introduced by the previous commit.
This commit is contained in:
parent
e7ea911039
commit
65bbe8b472
@ -84,9 +84,9 @@ ar5212BeaconInit(struct ath_hal *ah,
|
||||
case HAL_M_HOSTAP:
|
||||
case HAL_M_IBSS:
|
||||
bt.bt_nextdba = (next_beacon -
|
||||
ah->ah_config.ah_dma_beacon_response_time) << 3; /* 1/8 TU */
|
||||
ah->ah_config.ah_dma_beacon_response_time) << 3; /* 1/8 TU */
|
||||
bt.bt_nextswba = (next_beacon -
|
||||
ah->ah_config.ah_sw_beacon_response_time) << 3; /* 1/8 TU */
|
||||
ah->ah_config.ah_sw_beacon_response_time) << 3; /* 1/8 TU */
|
||||
break;
|
||||
}
|
||||
/*
|
||||
|
@ -93,9 +93,9 @@ ar5416BeaconInit(struct ath_hal *ah,
|
||||
/* fall thru... */
|
||||
case HAL_M_HOSTAP:
|
||||
bt.bt_nextdba = (next_beacon -
|
||||
ah->ah_config.ah_dma_beacon_response_time) << 3; /* 1/8 TU */
|
||||
ah->ah_config.ah_dma_beacon_response_time) << 3; /* 1/8 TU */
|
||||
bt.bt_nextswba = (next_beacon -
|
||||
ah->ah_config.ah_sw_beacon_response_time) << 3; /* 1/8 TU */
|
||||
ah->ah_config.ah_sw_beacon_response_time) << 3; /* 1/8 TU */
|
||||
bt.bt_flags |= AR_TIMER_MODE_TBTT
|
||||
| AR_TIMER_MODE_DBA
|
||||
| AR_TIMER_MODE_SWBA;
|
||||
|
Loading…
x
Reference in New Issue
Block a user