mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-18 10:35:55 +00:00
Call the ar5212SetCoverageClass() function for now.
Some of the math is a little wrong thanks to clocks in 11a mode running at 44MHz when in fast clock mode (rather than 40MHz, which the chips before AR9280 ran 11a in). That'll have to be addressed in a future commit.
This commit is contained in:
parent
c19a7918f3
commit
41b53a9aaf
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=240446
@ -178,7 +178,8 @@ ar5416SetDecompMask(struct ath_hal *ah, uint16_t keyidx, int en)
|
||||
void
|
||||
ar5416SetCoverageClass(struct ath_hal *ah, uint8_t coverageclass, int now)
|
||||
{
|
||||
AH_PRIVATE(ah)->ah_coverageClass = coverageclass;
|
||||
|
||||
ar5212SetCoverageClass(ah, coverageclass, now);
|
||||
}
|
||||
|
||||
/*
|
||||
|
Loading…
Reference in New Issue
Block a user