Lines Matching defs:rxon

3675 	struct il_rxon_cmd *rxon = &il->staging;
3678 rxon->filter_flags &= ~RXON_FILTER_DIS_DECRYPT_MSK;
3680 rxon->filter_flags |= RXON_FILTER_DIS_DECRYPT_MSK;
3689 struct il_rxon_cmd *rxon = &il->staging;
3692 if (rxon->flags & RXON_FLG_BAND_24G_MSK) {
3693 if (rxon->flags & RXON_FLG_TGJ_NARROW_BAND_MSK) {
3697 if (rxon->flags & RXON_FLG_RADAR_DETECT_MSK) {
3702 if (!(rxon->flags & RXON_FLG_SHORT_SLOT_MSK)) {
3706 if (rxon->flags & RXON_FLG_CCK_MSK) {
3711 if ((rxon->node_addr[0] | rxon->bssid_addr[0]) & 0x1) {
3717 if ((rxon->ofdm_basic_rates & RATE_6M_MASK) == 0 &&
3718 (rxon->cck_basic_rates & RATE_1M_MASK) == 0) {
3723 if (le16_to_cpu(rxon->assoc_id) > 2007) {
3728 if ((rxon->flags & (RXON_FLG_CCK_MSK | RXON_FLG_SHORT_SLOT_MSK)) ==
3734 if ((rxon->flags & (RXON_FLG_CCK_MSK | RXON_FLG_AUTO_DETECT_MSK)) ==
3740 if ((rxon->
3748 IL_WARN("Tuning to channel %d\n", le16_to_cpu(rxon->channel));
3837 struct il_rxon_cmd *rxon = &il->staging;
3840 rxon->flags &=
3847 rxon->flags |=
3853 rxon->flags &=
3858 rxon->flags |= RXON_FLG_CHANNEL_MODE_PURE_40;
3862 rxon->flags &=
3866 rxon->flags |= RXON_FLG_CTRL_CHANNEL_LOC_HI_MSK;
3873 rxon->flags &=
3875 rxon->flags |= RXON_FLG_CHANNEL_MODE_MIXED;
3878 rxon->flags |= RXON_FLG_CTRL_CHANNEL_LOC_HI_MSK;
3879 rxon->flags |= RXON_FLG_CHANNEL_MODE_MIXED;
3889 rxon->flags |= RXON_FLG_CHANNEL_MODE_LEGACY;
3895 D_ASSOC("rxon flags 0x%X operation mode :0x%X "
3896 "extension channel offset 0x%x\n", le32_to_cpu(rxon->flags),
3992 * initialize rxon structure with default values from eeprom
4103 struct il_rxon_cmd *rxon = (void *)&il->active;
4109 rxon->channel = csa->channel;
4125 struct il_rxon_cmd *rxon = &il->staging;
4128 il_print_hex_dump(il, IL_DL_RADIO, (u8 *) rxon, sizeof(*rxon));
4129 D_RADIO("u16 channel: 0x%x\n", le16_to_cpu(rxon->channel));
4130 D_RADIO("u32 flags: 0x%08X\n", le32_to_cpu(rxon->flags));
4131 D_RADIO("u32 filter_flags: 0x%08x\n", le32_to_cpu(rxon->filter_flags));
4132 D_RADIO("u8 dev_type: 0x%x\n", rxon->dev_type);
4133 D_RADIO("u8 ofdm_basic_rates: 0x%02x\n", rxon->ofdm_basic_rates);
4134 D_RADIO("u8 cck_basic_rates: 0x%02x\n", rxon->cck_basic_rates);
4135 D_RADIO("u8[6] node_addr: %pM\n", rxon->node_addr);
4136 D_RADIO("u8[6] bssid_addr: %pM\n", rxon->bssid_addr);
4137 D_RADIO("u16 assoc_id: 0x%x\n", le16_to_cpu(rxon->assoc_id));