Searched refs:RXON_FLG_SHORT_SLOT_MSK (Results 1 - 4 of 4) 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-core.c575 error |= (rxon->flags & RXON_FLG_SHORT_SLOT_MSK) ?
576 0 : le32_to_cpu(RXON_FLG_SHORT_SLOT_MSK);
599 error |= ((rxon->flags & (RXON_FLG_CCK_MSK | RXON_FLG_SHORT_SLOT_MSK))
600 == (RXON_FLG_CCK_MSK | RXON_FLG_SHORT_SLOT_MSK));
956 priv->staging_rxon.flags |= RXON_FLG_SHORT_SLOT_MSK;
960 priv->staging_rxon.flags |= RXON_FLG_SHORT_SLOT_MSK;
962 priv->staging_rxon.flags &= ~RXON_FLG_SHORT_SLOT_MSK;
H A Diwl-agn.c3081 priv->staging_rxon.flags |= RXON_FLG_SHORT_SLOT_MSK;
3083 priv->staging_rxon.flags &= ~RXON_FLG_SHORT_SLOT_MSK;
3320 RXON_FLG_SHORT_SLOT_MSK;
3323 ~RXON_FLG_SHORT_SLOT_MSK;
H A Diwl3945-base.c3100 priv->staging_rxon.flags |= RXON_FLG_SHORT_SLOT_MSK;
3102 priv->staging_rxon.flags &= ~RXON_FLG_SHORT_SLOT_MSK;
3276 RXON_FLG_SHORT_SLOT_MSK;
3279 ~RXON_FLG_SHORT_SLOT_MSK;
H A Diwl-commands.h630 #define RXON_FLG_SHORT_SLOT_MSK cpu_to_le32(1 << 4) macro

Completed in 97 milliseconds