Searched refs:search_tbl (Results 1 – 2 of 2) sorted by relevance
/linux-3.4.99/drivers/net/wireless/iwlwifi/ |
D | iwl-agn-rs.c | 1447 struct iwl_scale_tbl_info *search_tbl = in rs_move_legacy_other() local 1520 memcpy(search_tbl, tbl, sz); in rs_move_legacy_other() 1523 &search_tbl->current_rate, search_tbl)) { in rs_move_legacy_other() 1525 rs_set_expected_tpt_table(lq_sta, search_tbl); in rs_move_legacy_other() 1533 memcpy(search_tbl, tbl, sz); in rs_move_legacy_other() 1534 search_tbl->is_SGI = 0; in rs_move_legacy_other() 1536 search_tbl, index); in rs_move_legacy_other() 1549 memcpy(search_tbl, tbl, sz); in rs_move_legacy_other() 1550 search_tbl->is_SGI = 0; in rs_move_legacy_other() 1553 search_tbl->ant_type = ANT_AB; in rs_move_legacy_other() [all …]
|
/linux-3.4.99/drivers/net/wireless/iwlegacy/ |
D | 4965-rs.c | 1281 struct il_scale_tbl_info *search_tbl = in il4965_rs_move_legacy_other() local 1314 memcpy(search_tbl, tbl, sz); in il4965_rs_move_legacy_other() 1317 (valid_tx_ant, &search_tbl->current_rate, in il4965_rs_move_legacy_other() 1318 search_tbl)) { in il4965_rs_move_legacy_other() 1321 search_tbl); in il4965_rs_move_legacy_other() 1329 memcpy(search_tbl, tbl, sz); in il4965_rs_move_legacy_other() 1330 search_tbl->is_SGI = 0; in il4965_rs_move_legacy_other() 1333 search_tbl, idx); in il4965_rs_move_legacy_other() 1346 memcpy(search_tbl, tbl, sz); in il4965_rs_move_legacy_other() 1347 search_tbl->is_SGI = 0; in il4965_rs_move_legacy_other() [all …]
|