Searched refs:channelSet (Results 1 - 4 of 4) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/wireless/
H A Darlan-main.c24 static int channelSet = channelSetUNKNOWN; variable
52 module_param(channelSet, int, 0);
773 WRITESHM(arlan->channelSet, conf->channelSet, u_char);
776 WRITESHM(arlan->defaultChannelSet, conf->channelSet, u_char);
870 if (channelSet == channelSetUNKNOWN)
872 READSHM(conf->channelSet, arlan->channelSet, u_char);
874 else conf->channelSet = channelSet;
[all...]
H A Darlan.h145 volatile u_char channelSet; member in struct:arlan_shmem
258 int channelSet; member in struct:arlan_conf_stru
H A Darlan-proc.c226 DEBUGSHM(1, "arlan: channelSet=%d\n", arlan->channelSet, u_char);
514 SARLUC(channelSet);
865 CTBLN(29,cardNo, channelSet), \
H A Dairo.c606 u16 channelSet; member in struct:__anon5992
661 u16 channelSet; member in struct:__anon5993
4944 ai->config.channelSet = (u16)v;
5111 (int)ai->config.channelSet,
5851 local->config.channelSet = (u16) channel;
5873 status_rid.channel = local->config.channelSet;

Completed in 123 milliseconds