Searched refs:is_SGI (Results 1 - 4 of 4) sorted by relevance

/drivers/net/wireless/iwlegacy/
H A D4965-rs.c532 if (tbl->is_SGI)
537 if (is_siso(tbl->lq_type) && tbl->is_SGI) {
567 tbl->is_SGI = 0; /* default legacy setup */
585 tbl->is_SGI = 1;
756 tbl->is_SGI = 0;
799 a->is_SGI == b->is_SGI);
872 tbl_type.is_SGI != !!(mac_flags & IEEE80211_TX_RC_SHORT_GI) ||
911 tmp_tbl->ant_type, tmp_tbl->is_SGI);
914 tmp_tbl->ant_type, tmp_tbl->is_SGI);
[all...]
H A Dcommon.h2771 u8 is_SGI; /* 1 = short guard interval */ member in struct:il_scale_tbl_info
/drivers/net/wireless/iwlwifi/dvm/
H A Drs.c583 if (tbl->is_SGI)
588 if (is_siso(tbl->lq_type) && tbl->is_SGI) {
617 tbl->is_SGI = 0; /* default legacy setup */
635 tbl->is_SGI = 1;
815 tbl->is_SGI = 0;
855 (a->is_SGI == b->is_SGI);
960 (tbl_type.is_SGI != !!(mac_flags & IEEE80211_TX_RC_SHORT_GI)) ||
997 tmp_tbl->lq_type, tmp_tbl->ant_type, tmp_tbl->is_SGI);
1000 tmp_tbl->lq_type, tmp_tbl->ant_type, tmp_tbl->is_SGI);
[all...]
H A Drs.h313 u8 is_SGI; /* 1 = short guard interval */ member in struct:iwl_scale_tbl_info

Completed in 82 milliseconds