Searched refs:ieee80211_proc (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rtl8192e/ieee80211/
H A Dieee80211_module.c244 struct proc_dir_entry *ieee80211_proc = NULL; variable in typeref:struct:proc_dir_entry
316 ieee80211_proc = create_proc_entry(DRV_NAME, S_IFDIR, init_net.proc_net);
317 if (ieee80211_proc == NULL) {
323 ieee80211_proc);
326 ieee80211_proc = NULL;
338 if (ieee80211_proc) {
339 remove_proc_entry("debug_level", ieee80211_proc);
341 ieee80211_proc = NULL;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rtl8192su/ieee80211/
H A Dieee80211_module.c226 struct proc_dir_entry *ieee80211_proc = NULL; variable in typeref:struct:proc_dir_entry
267 ieee80211_proc = create_proc_entry(DRV_NAME, S_IFDIR, init_net.proc_net);
268 if (ieee80211_proc == NULL) {
274 ieee80211_proc);
277 ieee80211_proc = NULL;
289 if (ieee80211_proc) {
290 remove_proc_entry("debug_level", ieee80211_proc);
292 ieee80211_proc = NULL;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rtl8192u/ieee80211/
H A Dieee80211_module.c248 struct proc_dir_entry *ieee80211_proc = NULL; variable in typeref:struct:proc_dir_entry
289 ieee80211_proc = create_proc_entry(DRV_NAME, S_IFDIR, init_net.proc_net);
290 if (ieee80211_proc == NULL) {
296 ieee80211_proc);
299 ieee80211_proc = NULL;
311 if (ieee80211_proc) {
312 remove_proc_entry("debug_level", ieee80211_proc);
314 ieee80211_proc = NULL;

Completed in 44 milliseconds