Home
last modified time | relevance | path

Searched refs:desc_band (Results 1 – 1 of 1) sorted by relevance

/linux-2.6.39/drivers/net/wireless/wl12xx/
Drx.c51 enum ieee80211_band desc_band; in wl1271_rx_status() local
58 desc_band = IEEE80211_BAND_2GHZ; in wl1271_rx_status()
60 desc_band = IEEE80211_BAND_5GHZ; in wl1271_rx_status()
62 status->rate_idx = wl1271_rate_to_idx(desc->rate, desc_band); in wl1271_rx_status()
79 status->freq = ieee80211_channel_to_frequency(desc->channel, desc_band); in wl1271_rx_status()