Searched refs:bih (Results 1 – 1 of 1) sorted by relevance
1089 struct wmi_bss_info_hdr2 *bih; in ath6kl_wmi_bssinfo_event_rx() local1098 bih = (struct wmi_bss_info_hdr2 *) datap; in ath6kl_wmi_bssinfo_event_rx()1105 bih->ch, bih->snr, bih->snr - 95, bih->bssid, in ath6kl_wmi_bssinfo_event_rx()1106 bih->frame_type); in ath6kl_wmi_bssinfo_event_rx()1108 if (bih->frame_type != BEACON_FTYPE && in ath6kl_wmi_bssinfo_event_rx()1109 bih->frame_type != PROBERESP_FTYPE) in ath6kl_wmi_bssinfo_event_rx()1112 if (bih->frame_type == BEACON_FTYPE && in ath6kl_wmi_bssinfo_event_rx()1119 channel = ieee80211_get_channel(ar->wiphy, le16_to_cpu(bih->ch)); in ath6kl_wmi_bssinfo_event_rx()1126 if (bih->frame_type == BEACON_FTYPE && in ath6kl_wmi_bssinfo_event_rx()1128 memcmp(bih->bssid, vif->bssid, ETH_ALEN) == 0) { in ath6kl_wmi_bssinfo_event_rx()[all …]