Searched refs:firstchan (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/net/wireless/libertas/
H A D11d.c79 * @brief This function finds the nrchan-th chan after the firstchan
81 * @param firstchan first channel number
85 static u8 wlan_get_chan_11d(u8 band, u8 firstchan, u8 nrchan, u8 * chan) argument
86 /*find the nrchan-th chan after the firstchan*/
97 if ((cfp + i)->channel == firstchan) {
98 lbs_deb_11d("firstchan found\n");
170 u8 firstchan = 0, nextchan = 0, maxpwr = 0; local
184 nextchan = firstchan =
196 domaininfo->subband[nr_subband].firstchan = firstchan;
320 u8 lastchan, firstchan; local
[all...]
H A D11d.h24 u8 firstchan; member in struct:ieeetypes_subbandset

Completed in 180 milliseconds