Lines Matching refs:rxon
3677 struct il_rxon_cmd *rxon = &il->staging;
3680 rxon->filter_flags &= ~RXON_FILTER_DIS_DECRYPT_MSK;
3682 rxon->filter_flags |= RXON_FILTER_DIS_DECRYPT_MSK;
3691 struct il_rxon_cmd *rxon = &il->staging;
3694 if (rxon->flags & RXON_FLG_BAND_24G_MSK) {
3695 if (rxon->flags & RXON_FLG_TGJ_NARROW_BAND_MSK) {
3699 if (rxon->flags & RXON_FLG_RADAR_DETECT_MSK) {
3704 if (!(rxon->flags & RXON_FLG_SHORT_SLOT_MSK)) {
3708 if (rxon->flags & RXON_FLG_CCK_MSK) {
3713 if ((rxon->node_addr[0] | rxon->bssid_addr[0]) & 0x1) {
3719 if ((rxon->ofdm_basic_rates & RATE_6M_MASK) == 0 &&
3720 (rxon->cck_basic_rates & RATE_1M_MASK) == 0) {
3725 if (le16_to_cpu(rxon->assoc_id) > 2007) {
3730 if ((rxon->flags & (RXON_FLG_CCK_MSK | RXON_FLG_SHORT_SLOT_MSK)) ==
3736 if ((rxon->flags & (RXON_FLG_CCK_MSK | RXON_FLG_AUTO_DETECT_MSK)) ==
3742 if ((rxon->
3750 IL_WARN("Tuning to channel %d\n", le16_to_cpu(rxon->channel));
3839 struct il_rxon_cmd *rxon = &il->staging;
3842 rxon->flags &=
3849 rxon->flags |=
3855 rxon->flags &=
3860 rxon->flags |= RXON_FLG_CHANNEL_MODE_PURE_40;
3864 rxon->flags &=
3868 rxon->flags |= RXON_FLG_CTRL_CHANNEL_LOC_HI_MSK;
3875 rxon->flags &=
3877 rxon->flags |= RXON_FLG_CHANNEL_MODE_MIXED;
3880 rxon->flags |= RXON_FLG_CTRL_CHANNEL_LOC_HI_MSK;
3881 rxon->flags |= RXON_FLG_CHANNEL_MODE_MIXED;
3891 rxon->flags |= RXON_FLG_CHANNEL_MODE_LEGACY;
3897 D_ASSOC("rxon flags 0x%X operation mode :0x%X "
3898 "extension channel offset 0x%x\n", le32_to_cpu(rxon->flags),
3994 * initialize rxon structure with default values from eeprom
4105 struct il_rxon_cmd *rxon = (void *)&il->active;
4111 rxon->channel = csa->channel;
4127 struct il_rxon_cmd *rxon = &il->staging;
4130 il_print_hex_dump(il, IL_DL_RADIO, (u8 *) rxon, sizeof(*rxon));
4131 D_RADIO("u16 channel: 0x%x\n", le16_to_cpu(rxon->channel));
4132 D_RADIO("u32 flags: 0x%08X\n", le32_to_cpu(rxon->flags));
4133 D_RADIO("u32 filter_flags: 0x%08x\n", le32_to_cpu(rxon->filter_flags));
4134 D_RADIO("u8 dev_type: 0x%x\n", rxon->dev_type);
4135 D_RADIO("u8 ofdm_basic_rates: 0x%02x\n", rxon->ofdm_basic_rates);
4136 D_RADIO("u8 cck_basic_rates: 0x%02x\n", rxon->cck_basic_rates);
4137 D_RADIO("u8[6] node_addr: %pM\n", rxon->node_addr);
4138 D_RADIO("u8[6] bssid_addr: %pM\n", rxon->bssid_addr);
4139 D_RADIO("u16 assoc_id: 0x%x\n", le16_to_cpu(rxon->assoc_id));