Lines Matching refs:rxon

3674 	struct il_rxon_cmd *rxon = &il->staging;
3677 rxon->filter_flags &= ~RXON_FILTER_DIS_DECRYPT_MSK;
3679 rxon->filter_flags |= RXON_FILTER_DIS_DECRYPT_MSK;
3688 struct il_rxon_cmd *rxon = &il->staging;
3691 if (rxon->flags & RXON_FLG_BAND_24G_MSK) {
3692 if (rxon->flags & RXON_FLG_TGJ_NARROW_BAND_MSK) {
3696 if (rxon->flags & RXON_FLG_RADAR_DETECT_MSK) {
3701 if (!(rxon->flags & RXON_FLG_SHORT_SLOT_MSK)) {
3705 if (rxon->flags & RXON_FLG_CCK_MSK) {
3710 if ((rxon->node_addr[0] | rxon->bssid_addr[0]) & 0x1) {
3716 if ((rxon->ofdm_basic_rates & RATE_6M_MASK) == 0 &&
3717 (rxon->cck_basic_rates & RATE_1M_MASK) == 0) {
3722 if (le16_to_cpu(rxon->assoc_id) > 2007) {
3727 if ((rxon->flags & (RXON_FLG_CCK_MSK | RXON_FLG_SHORT_SLOT_MSK)) ==
3733 if ((rxon->flags & (RXON_FLG_CCK_MSK | RXON_FLG_AUTO_DETECT_MSK)) ==
3739 if ((rxon->
3747 IL_WARN("Tuning to channel %d\n", le16_to_cpu(rxon->channel));
3836 struct il_rxon_cmd *rxon = &il->staging;
3839 rxon->flags &=
3846 rxon->flags |=
3852 rxon->flags &=
3857 rxon->flags |= RXON_FLG_CHANNEL_MODE_PURE_40;
3861 rxon->flags &=
3865 rxon->flags |= RXON_FLG_CTRL_CHANNEL_LOC_HI_MSK;
3872 rxon->flags &=
3874 rxon->flags |= RXON_FLG_CHANNEL_MODE_MIXED;
3877 rxon->flags |= RXON_FLG_CTRL_CHANNEL_LOC_HI_MSK;
3878 rxon->flags |= RXON_FLG_CHANNEL_MODE_MIXED;
3888 rxon->flags |= RXON_FLG_CHANNEL_MODE_LEGACY;
3894 D_ASSOC("rxon flags 0x%X operation mode :0x%X "
3895 "extension channel offset 0x%x\n", le32_to_cpu(rxon->flags),
3991 * initialize rxon structure with default values from eeprom
4102 struct il_rxon_cmd *rxon = (void *)&il->active;
4108 rxon->channel = csa->channel;
4124 struct il_rxon_cmd *rxon = &il->staging;
4127 il_print_hex_dump(il, IL_DL_RADIO, (u8 *) rxon, sizeof(*rxon));
4128 D_RADIO("u16 channel: 0x%x\n", le16_to_cpu(rxon->channel));
4129 D_RADIO("u32 flags: 0x%08X\n", le32_to_cpu(rxon->flags));
4130 D_RADIO("u32 filter_flags: 0x%08x\n", le32_to_cpu(rxon->filter_flags));
4131 D_RADIO("u8 dev_type: 0x%x\n", rxon->dev_type);
4132 D_RADIO("u8 ofdm_basic_rates: 0x%02x\n", rxon->ofdm_basic_rates);
4133 D_RADIO("u8 cck_basic_rates: 0x%02x\n", rxon->cck_basic_rates);
4134 D_RADIO("u8[6] node_addr: %pM\n", rxon->node_addr);
4135 D_RADIO("u8[6] bssid_addr: %pM\n", rxon->bssid_addr);
4136 D_RADIO("u16 assoc_id: 0x%x\n", le16_to_cpu(rxon->assoc_id));