Home
last modified time | relevance | path

Searched refs:sector_index (Results 1 – 1 of 1) sorted by relevance

/Linux-v5.4/drivers/net/wireless/ath/wil6210/
Dcfg80211.c2829 u16 sector_index; in wil_rf_sector_get_cfg() local
2861 sector_index = nla_get_u16( in wil_rf_sector_get_cfg()
2863 if (sector_index >= WIL_MAX_RF_SECTORS) { in wil_rf_sector_get_cfg()
2864 wil_err(wil, "Invalid sector index %d\n", sector_index); in wil_rf_sector_get_cfg()
2881 cmd.sector_idx = cpu_to_le16(sector_index); in wil_rf_sector_get_cfg()
2951 u16 sector_index, rf_module_index; in wil_rf_sector_set_cfg() local
2981 sector_index = nla_get_u16( in wil_rf_sector_set_cfg()
2983 if (sector_index >= WIL_MAX_RF_SECTORS) { in wil_rf_sector_set_cfg()
2984 wil_err(wil, "Invalid sector index %d\n", sector_index); in wil_rf_sector_set_cfg()
2996 cmd.sector_idx = cpu_to_le16(sector_index); in wil_rf_sector_set_cfg()
[all …]