Searched refs:sector_index (Results 1 – 1 of 1) sorted by relevance
2874 u16 sector_index; in wil_rf_sector_get_cfg() local2906 sector_index = nla_get_u16( in wil_rf_sector_get_cfg()2908 if (sector_index >= WIL_MAX_RF_SECTORS) { in wil_rf_sector_get_cfg()2909 wil_err(wil, "Invalid sector index %d\n", sector_index); in wil_rf_sector_get_cfg()2926 cmd.sector_idx = cpu_to_le16(sector_index); in wil_rf_sector_get_cfg()2996 u16 sector_index, rf_module_index; in wil_rf_sector_set_cfg() local3026 sector_index = nla_get_u16( in wil_rf_sector_set_cfg()3028 if (sector_index >= WIL_MAX_RF_SECTORS) { in wil_rf_sector_set_cfg()3029 wil_err(wil, "Invalid sector index %d\n", sector_index); in wil_rf_sector_set_cfg()3041 cmd.sector_idx = cpu_to_le16(sector_index); in wil_rf_sector_set_cfg()[all …]