IEEE80211_CHAN_5GHZ  284 dev/ic/ar5211.c 	} else if (flags & IEEE80211_CHAN_5GHZ) {
IEEE80211_CHAN_5GHZ  295 dev/ic/ar5212.c 	} else if (flags & IEEE80211_CHAN_5GHZ) {
IEEE80211_CHAN_5GHZ  903 dev/ic/ar5212.c 	if (channel->c_channel_flags & IEEE80211_CHAN_5GHZ) {
IEEE80211_CHAN_5GHZ  380 dev/ic/ar5xxx.c 	} else if (flags & IEEE80211_CHAN_5GHZ) {
IEEE80211_CHAN_5GHZ  432 dev/ic/ar5xxx.c 			    IEEE80211_CHAN_5GHZ);
IEEE80211_CHAN_5GHZ  434 dev/ic/ar5xxx.c 			    IEEE80211_CHAN_5GHZ);
IEEE80211_CHAN_5GHZ  457 dev/ic/ar5xxx.c 		    IEEE80211_CHAN_5GHZ) == AH_FALSE)
IEEE80211_CHAN_5GHZ  457 dev/ic/ar5xxx.h #define CHANNEL_A	(IEEE80211_CHAN_5GHZ | IEEE80211_CHAN_OFDM)
IEEE80211_CHAN_5GHZ  266 dev/ic/rt2661.c 			    ieee80211_ieee2mhz(i, IEEE80211_CHAN_5GHZ);
IEEE80211_CHAN_5GHZ  271 dev/ic/rt2661.c 			    ieee80211_ieee2mhz(i, IEEE80211_CHAN_5GHZ);
IEEE80211_CHAN_5GHZ  276 dev/ic/rt2661.c 			    ieee80211_ieee2mhz(i, IEEE80211_CHAN_5GHZ);
IEEE80211_CHAN_5GHZ  300 dev/pci/if_iwi.c 			    ieee80211_ieee2mhz(i, IEEE80211_CHAN_5GHZ);
IEEE80211_CHAN_5GHZ  305 dev/pci/if_iwi.c 			    ieee80211_ieee2mhz(i, IEEE80211_CHAN_5GHZ);
IEEE80211_CHAN_5GHZ 1975 dev/pci/if_wpi.c 			    ieee80211_ieee2mhz(chan, IEEE80211_CHAN_5GHZ);
IEEE80211_CHAN_5GHZ  376 dev/usb/if_rum.c 			    ieee80211_ieee2mhz(i, IEEE80211_CHAN_5GHZ);
IEEE80211_CHAN_5GHZ  381 dev/usb/if_rum.c 			    ieee80211_ieee2mhz(i, IEEE80211_CHAN_5GHZ);
IEEE80211_CHAN_5GHZ  386 dev/usb/if_rum.c 			    ieee80211_ieee2mhz(i, IEEE80211_CHAN_5GHZ);
IEEE80211_CHAN_5GHZ  391 dev/usb/if_rum.c 			    ieee80211_ieee2mhz(i, IEEE80211_CHAN_5GHZ);
IEEE80211_CHAN_5GHZ  184 net80211/ieee80211.c 	} else if (flags & IEEE80211_CHAN_5GHZ) {	/* 5Ghz band */
IEEE80211_CHAN_5GHZ  231 net80211/ieee80211.c 	} else if (flags & IEEE80211_CHAN_5GHZ) {/* 5Ghz band */
IEEE80211_CHAN_5GHZ  300 net80211/ieee80211.h 	(IEEE80211_CHAN_5GHZ | IEEE80211_CHAN_OFDM)
IEEE80211_CHAN_5GHZ  308 net80211/ieee80211.h 	(IEEE80211_CHAN_5GHZ | IEEE80211_CHAN_OFDM | IEEE80211_CHAN_TURBO)
IEEE80211_CHAN_5GHZ  117 net80211/ieee80211_var.h 	(((_c)->ic_flags & IEEE80211_CHAN_5GHZ) != 0)