mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
At least set the coverage class value here; worry about populating the
register values at a later date.
This commit is contained in:
parent
1046090f1f
commit
efa7c2b36c
1 changed files with 1 additions and 0 deletions
|
|
@ -124,6 +124,7 @@ 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;
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
|
|||
Loading…
Reference in a new issue