wifi: Mark GetSupportedRates() as const
This commit is contained in:
@@ -1267,7 +1267,7 @@ MgtAssocResponseHeader::GetStatusCode (void)
|
||||
}
|
||||
|
||||
const SupportedRates&
|
||||
MgtAssocResponseHeader::GetSupportedRates (void)
|
||||
MgtAssocResponseHeader::GetSupportedRates (void) const
|
||||
{
|
||||
return m_rates;
|
||||
}
|
||||
|
||||
@@ -458,7 +458,7 @@ public:
|
||||
*
|
||||
* \return the supported rates
|
||||
*/
|
||||
const SupportedRates& GetSupportedRates (void);
|
||||
const SupportedRates& GetSupportedRates (void) const;
|
||||
/**
|
||||
* Return the Capability information.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user