wiphy: Remove unused wiphy_get_permanent_address()

This commit is contained in:
Denis Kenzior 2023-09-30 17:19:22 -05:00
parent c972684e1a
commit 71c125193f
2 changed files with 0 additions and 6 deletions

View File

@ -730,11 +730,6 @@ bool wiphy_power_save_disabled(struct wiphy *wiphy)
return false;
}
const uint8_t *wiphy_get_permanent_address(struct wiphy *wiphy)
{
return wiphy->permanent_addr;
}
const uint8_t *wiphy_get_extended_capabilities(struct wiphy *wiphy,
uint32_t iftype)
{

View File

@ -136,7 +136,6 @@ const char *wiphy_get_name(struct wiphy *wiphy);
bool wiphy_uses_default_if(struct wiphy *wiphy);
bool wiphy_control_port_enabled(struct wiphy *wiphy);
bool wiphy_power_save_disabled(struct wiphy *wiphy);
const uint8_t *wiphy_get_permanent_address(struct wiphy *wiphy);
const uint8_t *wiphy_get_extended_capabilities(struct wiphy *wiphy,
uint32_t iftype);
const uint8_t *wiphy_get_rm_enabled_capabilities(struct wiphy *wiphy);