mirror of
https://github.com/Fishwaldo/linux-bl808.git
synced 2025-06-08 07:35:04 +00:00
ath9k_hw: make the initval parameter to ath9k_hw_write_array const
Signed-off-by: Felix Fietkau <nbd@openwrt.org> Signed-off-by: John W. Linville <linville@tuxdriver.com>
This commit is contained in:
parent
81b519504f
commit
0166b4beec
2 changed files with 2 additions and 2 deletions
|
@ -203,7 +203,7 @@ void ath9k_hw_synth_delay(struct ath_hw *ah, struct ath9k_channel *chan,
|
||||||
udelay(hw_delay + BASE_ACTIVATE_DELAY);
|
udelay(hw_delay + BASE_ACTIVATE_DELAY);
|
||||||
}
|
}
|
||||||
|
|
||||||
void ath9k_hw_write_array(struct ath_hw *ah, struct ar5416IniArray *array,
|
void ath9k_hw_write_array(struct ath_hw *ah, const struct ar5416IniArray *array,
|
||||||
int column, unsigned int *writecnt)
|
int column, unsigned int *writecnt)
|
||||||
{
|
{
|
||||||
int r;
|
int r;
|
||||||
|
|
|
@ -1013,7 +1013,7 @@ void ath9k_hw_setantenna(struct ath_hw *ah, u32 antenna);
|
||||||
void ath9k_hw_synth_delay(struct ath_hw *ah, struct ath9k_channel *chan,
|
void ath9k_hw_synth_delay(struct ath_hw *ah, struct ath9k_channel *chan,
|
||||||
int hw_delay);
|
int hw_delay);
|
||||||
bool ath9k_hw_wait(struct ath_hw *ah, u32 reg, u32 mask, u32 val, u32 timeout);
|
bool ath9k_hw_wait(struct ath_hw *ah, u32 reg, u32 mask, u32 val, u32 timeout);
|
||||||
void ath9k_hw_write_array(struct ath_hw *ah, struct ar5416IniArray *array,
|
void ath9k_hw_write_array(struct ath_hw *ah, const struct ar5416IniArray *array,
|
||||||
int column, unsigned int *writecnt);
|
int column, unsigned int *writecnt);
|
||||||
u32 ath9k_hw_reverse_bits(u32 val, u32 n);
|
u32 ath9k_hw_reverse_bits(u32 val, u32 n);
|
||||||
u16 ath9k_hw_computetxtime(struct ath_hw *ah,
|
u16 ath9k_hw_computetxtime(struct ath_hw *ah,
|
||||||
|
|
Loading…
Add table
Reference in a new issue