Searched refs:best_bss (Results 1 – 1 of 1) sorted by relevance
/linux-4.1.27/drivers/net/ethernet/toshiba/ |
D | ps3_gelic_wireless.c | 1672 struct gelic_wl_scan_info *best_bss; in gelic_wl_find_best_bss() local 1678 best_bss = NULL; in gelic_wl_find_best_bss() 1693 best_bss = scan_info; in gelic_wl_find_best_bss() 1709 update_best(&best_bss, scan_info, in gelic_wl_find_best_bss() 1715 update_best(&best_bss, scan_info, in gelic_wl_find_best_bss() 1722 update_best(&best_bss, scan_info, in gelic_wl_find_best_bss() 1734 update_best(&best_bss, scan_info, in gelic_wl_find_best_bss() 1742 pr_debug("%s: -> bss=%p\n", __func__, best_bss); in gelic_wl_find_best_bss() 1743 if (best_bss) { in gelic_wl_find_best_bss() 1745 &best_bss->hwinfo->bssid[2]); in gelic_wl_find_best_bss() [all …]
|