mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-02 10:05:19 +00:00
Merge "Rename maxMloLinkCount to maxMloStrLinkCount"
This commit is contained in:
@@ -34,6 +34,6 @@
|
||||
package android.hardware.wifi;
|
||||
@VintfStability
|
||||
parcelable WifiChipCapabilities {
|
||||
int maxMloLinkCount;
|
||||
int maxMloStrLinkCount;
|
||||
int maxConcurrentTdlsSessionCount;
|
||||
}
|
||||
|
||||
@@ -22,13 +22,13 @@ package android.hardware.wifi;
|
||||
@VintfStability
|
||||
parcelable WifiChipCapabilities {
|
||||
/**
|
||||
* Maximum number of links used in Multi-Link Operation. The maximum
|
||||
* number of links used for MLO can be different from the number of
|
||||
* radios supported by the chip.
|
||||
* Maximum number of Simultaneous Transmit and Receive (STR) links used
|
||||
* in Multi-Link Operation. The maximum number of STR links used can be
|
||||
* different from the maximum number of radios supported by the chip.
|
||||
*
|
||||
* This is a static configuration of the chip.
|
||||
*/
|
||||
int maxMloLinkCount;
|
||||
int maxMloStrLinkCount;
|
||||
/**
|
||||
* Maximum number of concurrent TDLS sessions that can be enabled
|
||||
* by framework via ISupplicantStaIface#initiateTdlsSetup().
|
||||
|
||||
@@ -3316,7 +3316,7 @@ bool convertLegacyNanBootstrappingConfirmIndToAidl(
|
||||
bool convertLegacyWifiChipCapabilitiesToAidl(
|
||||
const legacy_hal::wifi_chip_capabilities& legacy_chip_capabilities,
|
||||
WifiChipCapabilities& aidl_chip_capabilities) {
|
||||
aidl_chip_capabilities.maxMloLinkCount = legacy_chip_capabilities.max_mlo_link_count;
|
||||
aidl_chip_capabilities.maxMloStrLinkCount = legacy_chip_capabilities.max_mlo_str_link_count;
|
||||
aidl_chip_capabilities.maxConcurrentTdlsSessionCount =
|
||||
legacy_chip_capabilities.max_concurrent_tdls_session_count;
|
||||
return true;
|
||||
|
||||
Reference in New Issue
Block a user