Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/wireless/iwlwifi/dvm/
Drxon.c749 ctx->staging.flags |= RXON_FLG_SHORT_SLOT_MSK; in iwl_set_flags_for_band()
753 ctx->staging.flags |= RXON_FLG_SHORT_SLOT_MSK; in iwl_set_flags_for_band()
755 ctx->staging.flags &= ~RXON_FLG_SHORT_SLOT_MSK; in iwl_set_flags_for_band()
792 if (!(rxon->flags & RXON_FLG_SHORT_SLOT_MSK)) { in iwl_check_rxon_cmd()
818 if ((rxon->flags & (RXON_FLG_CCK_MSK | RXON_FLG_SHORT_SLOT_MSK)) in iwl_check_rxon_cmd()
819 == (RXON_FLG_CCK_MSK | RXON_FLG_SHORT_SLOT_MSK)) { in iwl_check_rxon_cmd()
1080 ctx->staging.flags |= RXON_FLG_SHORT_SLOT_MSK; in iwlagn_commit_rxon()
1082 ctx->staging.flags &= ~RXON_FLG_SHORT_SLOT_MSK; in iwlagn_commit_rxon()
Dcommands.h543 #define RXON_FLG_SHORT_SLOT_MSK cpu_to_le32(1 << 4) macro
/linux-4.1.27/drivers/net/wireless/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.c3718 if (!(rxon->flags & RXON_FLG_SHORT_SLOT_MSK)) { in il_check_rxon_cmd()
3744 if ((rxon->flags & (RXON_FLG_CCK_MSK | RXON_FLG_SHORT_SLOT_MSK)) == in il_check_rxon_cmd()
3745 (RXON_FLG_CCK_MSK | RXON_FLG_SHORT_SLOT_MSK)) { in il_check_rxon_cmd()
3992 il->staging.flags |= RXON_FLG_SHORT_SLOT_MSK; in il_set_flags_for_band()
3996 il->staging.flags |= RXON_FLG_SHORT_SLOT_MSK; in il_set_flags_for_band()
3998 il->staging.flags &= ~RXON_FLG_SHORT_SLOT_MSK; in il_set_flags_for_band()
D3945-mac.c2764 il->staging.flags |= RXON_FLG_SHORT_SLOT_MSK; in il3945_post_associate()
2766 il->staging.flags &= ~RXON_FLG_SHORT_SLOT_MSK; in il3945_post_associate()
2926 il->staging.flags |= RXON_FLG_SHORT_SLOT_MSK; in il3945_config_ap()
2928 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