Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/wireless/intel/iwlwifi/dvm/
Drxon.c745 ctx->staging.flags |= RXON_FLG_SHORT_SLOT_MSK; in iwl_set_flags_for_band()
749 ctx->staging.flags |= RXON_FLG_SHORT_SLOT_MSK; in iwl_set_flags_for_band()
751 ctx->staging.flags &= ~RXON_FLG_SHORT_SLOT_MSK; in iwl_set_flags_for_band()
788 if (!(rxon->flags & RXON_FLG_SHORT_SLOT_MSK)) { in iwl_check_rxon_cmd()
814 if ((rxon->flags & (RXON_FLG_CCK_MSK | RXON_FLG_SHORT_SLOT_MSK)) in iwl_check_rxon_cmd()
815 == (RXON_FLG_CCK_MSK | RXON_FLG_SHORT_SLOT_MSK)) { in iwl_check_rxon_cmd()
1076 ctx->staging.flags |= RXON_FLG_SHORT_SLOT_MSK; in iwlagn_commit_rxon()
1078 ctx->staging.flags &= ~RXON_FLG_SHORT_SLOT_MSK; in iwlagn_commit_rxon()
Dcommands.h538 #define RXON_FLG_SHORT_SLOT_MSK cpu_to_le32(1 << 4) macro
/Linux-v4.19/drivers/net/wireless/intel/iwlegacy/
D4965.c1786 il->staging.flags |= RXON_FLG_SHORT_SLOT_MSK; in il4965_post_associate()
1788 il->staging.flags &= ~RXON_FLG_SHORT_SLOT_MSK; in il4965_post_associate()
1858 il->staging.flags |= RXON_FLG_SHORT_SLOT_MSK; in il4965_config_ap()
1860 il->staging.flags &= ~RXON_FLG_SHORT_SLOT_MSK; in il4965_config_ap()
Dcommon.c3726 if (!(rxon->flags & RXON_FLG_SHORT_SLOT_MSK)) { in il_check_rxon_cmd()
3752 if ((rxon->flags & (RXON_FLG_CCK_MSK | RXON_FLG_SHORT_SLOT_MSK)) == in il_check_rxon_cmd()
3753 (RXON_FLG_CCK_MSK | RXON_FLG_SHORT_SLOT_MSK)) { in il_check_rxon_cmd()
4000 il->staging.flags |= RXON_FLG_SHORT_SLOT_MSK; in il_set_flags_for_band()
4004 il->staging.flags |= RXON_FLG_SHORT_SLOT_MSK; in il_set_flags_for_band()
4006 il->staging.flags &= ~RXON_FLG_SHORT_SLOT_MSK; in il_set_flags_for_band()
D3945-mac.c2754 il->staging.flags |= RXON_FLG_SHORT_SLOT_MSK; in il3945_post_associate()
2756 il->staging.flags &= ~RXON_FLG_SHORT_SLOT_MSK; in il3945_post_associate()
2916 il->staging.flags |= RXON_FLG_SHORT_SLOT_MSK; in il3945_config_ap()
2918 il->staging.flags &= ~RXON_FLG_SHORT_SLOT_MSK; in il3945_config_ap()
Dcommands.h575 #define RXON_FLG_SHORT_SLOT_MSK cpu_to_le32(1 << 4) macro