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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/bridge/
H A Dbr_ioctl.c38 T_MSsidCtlProfile *gProfile_5g = NULL; variable
45 EXPORT_SYMBOL(gProfile_5g); variable
71 printk("<0>Profile_5g[%d]:name:%s,enable:%d\n",i,gProfile_5g[i].IfName,gProfile_5g[i].enable);
466 if (gProfile_5g)
468 kfree(gProfile_5g);
469 gProfile_5g = NULL;
479 gProfile_5g = (T_MSsidCtlProfile *)kmalloc(num*sizeof(T_MSsidCtlProfile),GFP_ATOMIC);
480 if (!gProfile_5g)
485 if (copy_from_user(gProfile_5g, (voi
[all...]
H A Dbr_forward.c39 extern T_MSsidCtlProfile *gProfile_5g;

Completed in 121 milliseconds