Home
last modified time | relevance | path

Searched refs:bcon (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/drivers/net/wireless/ath/wil6210/
Dcfg80211.c655 struct cfg80211_beacon_data *bcon) in wil_fix_bcon() argument
657 struct ieee80211_mgmt *f = (struct ieee80211_mgmt *)bcon->probe_resp; in wil_fix_bcon()
661 if (bcon->probe_resp_len <= hlen) in wil_fix_bcon()
664 if (!bcon->proberesp_ies) { in wil_fix_bcon()
665 bcon->proberesp_ies = f->u.probe_resp.variable; in wil_fix_bcon()
666 bcon->proberesp_ies_len = bcon->probe_resp_len - hlen; in wil_fix_bcon()
669 if (!bcon->assocresp_ies) { in wil_fix_bcon()
670 bcon->assocresp_ies = f->u.probe_resp.variable; in wil_fix_bcon()
671 bcon->assocresp_ies_len = bcon->probe_resp_len - hlen; in wil_fix_bcon()
680 struct cfg80211_beacon_data *bcon) in wil_cfg80211_change_beacon() argument
[all …]
/linux-4.1.27/kernel/printk/
Dprintk.c2420 struct console *bcon = NULL; in register_console() local
2424 for_each_console(bcon) in register_console()
2425 if (WARN(bcon == newcon, in register_console()
2427 bcon->name, bcon->index)) in register_console()
2436 for_each_console(bcon) { in register_console()
2437 if (!(bcon->flags & CON_BOOT)) { in register_console()
2446 bcon = console_drivers; in register_console()
2448 if (preferred_console < 0 || bcon || !console_drivers) in register_console()
2513 if (bcon && ((newcon->flags & (CON_CONSDEV | CON_BOOT)) == CON_CONSDEV)) in register_console()
2560 if (bcon && in register_console()
[all …]