wiphy: Remove unused wiphy_can_offchannel_tx()

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

View File

@ -667,11 +667,6 @@ bool wiphy_supports_adhoc_rsn(struct wiphy *wiphy)
return wiphy->support_adhoc_rsn;
}
bool wiphy_can_offchannel_tx(struct wiphy *wiphy)
{
return wiphy->offchannel_tx_ok;
}
bool wiphy_supports_qos_set_map(struct wiphy *wiphy)
{
return wiphy->support_qos_set_map;

View File

@ -128,7 +128,6 @@ const uint8_t *wiphy_get_supported_rates(struct wiphy *wiphy,
enum band_freq band,
unsigned int *out_num);
bool wiphy_supports_adhoc_rsn(struct wiphy *wiphy);
bool wiphy_can_offchannel_tx(struct wiphy *wiphy);
bool wiphy_supports_qos_set_map(struct wiphy *wiphy);
bool wiphy_supports_firmware_roam(struct wiphy *wiphy);
const char *wiphy_get_driver(struct wiphy *wiphy);