Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 438622
Collapse All | Expand All

(-)file_not_specified_in_diff (-3 / +7 lines)
Line  Link Here
0
-- src.orig/wl/sys/wl_cfg80211_hybrid.c
0
++ src/wl/sys/wl_cfg80211_hybrid.c
Lines 2013-2020 Link Here
2013
		ie_len = (size_t)(ies->len);
2013
		ie_len = (size_t)(ies->len);
2014
		rcu_read_unlock();
2014
		rcu_read_unlock();
2015
#endif
2015
#endif
2016
		cfg80211_put_bss(bss);
2016
#if LINUX_VERSION_CODE < KERNEL_VERSION(3, 9, 0)
2017
	}
2017
 		cfg80211_put_bss(bss);
2018
#else
2019
		cfg80211_put_bss(wl_to_wiphy(wl), bss);
2020
#endif
2021
 	}
2018
2022
2019
	tim = bcm_parse_tlvs(ie, ie_len, WLAN_EID_TIM);
2023
	tim = bcm_parse_tlvs(ie, ie_len, WLAN_EID_TIM);
2020
	if (tim) {
2024
	if (tim) {

Return to bug 438622