Searched refs:is_legacy (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/iwlwifi/
H A Diwl-agn-rs.c445 if (is_legacy(tbl->lq_type)) {
608 if (is_legacy(rate_type)) {
628 if (is_a_band(rate_type) || !is_legacy(rate_type)) {
690 if (!is_legacy(tbl->lq_type) && (!ht_possible || !scale_index)) {
710 if (is_legacy(tbl->lq_type)) {
925 static void rs_set_stay_in_table(struct iwl_priv *priv, u8 is_legacy, argument
930 if (is_legacy) {
956 if (WARN_ON_ONCE(!is_legacy(tbl->lq_type) && !is_Ht(tbl->lq_type))) {
962 if (is_legacy(tbl->lq_type)) {
1985 if (is_legacy(tb
[all...]
H A Diwl-agn-rs.h311 #define is_legacy(tbl) (((tbl) == LQ_G) || ((tbl) == LQ_A)) macro

Completed in 112 milliseconds