Searched refs:mwl_channel (Results 1 – 2 of 2) sorted by relevance
/illumos-gate/usr/src/uts/common/io/mwl/ |
H A D | mwl.c | 240 struct mwl_channel *); 241 static void addchannels(struct mwl_channel *, int, int *, 243 static void addht40channels(struct mwl_channel *, int, int *, 245 static const struct mwl_channel * 246 findchannel(const struct mwl_channel *, int, 248 static void addchan(struct mwl_channel *, int, int, int, int); 250 static int mwl_chan_set(struct mwl_softc *, struct mwl_channel *); 251 static void mwl_mapchan(MWL_HAL_CHANNEL *, const struct mwl_channel *); 255 const struct mwl_channel *); 261 mwl_chan2mode(const struct mwl_channel *); [all …]
|
H A D | mwl_var.h | 281 struct mwl_channel { struct 531 struct mwl_channel sc_channels[IEEE80211_CHAN_MAX]; 532 struct mwl_channel *sc_cur_chan;
|