mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2024-11-29 13:59:24 +01:00
wiphy: Remove unused wiphy_get_permanent_address()
This commit is contained in:
parent
c972684e1a
commit
71c125193f
@ -730,11 +730,6 @@ bool wiphy_power_save_disabled(struct wiphy *wiphy)
|
|||||||
return false;
|
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,
|
const uint8_t *wiphy_get_extended_capabilities(struct wiphy *wiphy,
|
||||||
uint32_t iftype)
|
uint32_t iftype)
|
||||||
{
|
{
|
||||||
|
@ -136,7 +136,6 @@ const char *wiphy_get_name(struct wiphy *wiphy);
|
|||||||
bool wiphy_uses_default_if(struct wiphy *wiphy);
|
bool wiphy_uses_default_if(struct wiphy *wiphy);
|
||||||
bool wiphy_control_port_enabled(struct wiphy *wiphy);
|
bool wiphy_control_port_enabled(struct wiphy *wiphy);
|
||||||
bool wiphy_power_save_disabled(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,
|
const uint8_t *wiphy_get_extended_capabilities(struct wiphy *wiphy,
|
||||||
uint32_t iftype);
|
uint32_t iftype);
|
||||||
const uint8_t *wiphy_get_rm_enabled_capabilities(struct wiphy *wiphy);
|
const uint8_t *wiphy_get_rm_enabled_capabilities(struct wiphy *wiphy);
|
||||||
|
Loading…
Reference in New Issue
Block a user