Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 468388 | Differences between
and this patch

Collapse All | Expand All

(-)src/wl/sys/wl_cfg80211.c.old (+4 lines)
Lines 2119-2125 Link Here
2119
		rcu_read_unlock();
2119
		rcu_read_unlock();
2120
#endif
2120
#endif
2121
		beacon_interval = bss->beacon_interval;
2121
		beacon_interval = bss->beacon_interval;
2122
#if LINUX_VERSION_CODE < KERNEL_VERSION(3, 9, 0)
2122
		cfg80211_put_bss(bss);
2123
		cfg80211_put_bss(bss);
2124
#else
2125
		cfg80211_put_bss(wl_to_wiphy(wl), bss);
2126
#endif
2123
	}
2127
	}
2124
2128
2125
	tim = bcm_parse_tlvs(ie, ie_len, WLAN_EID_TIM);
2129
	tim = bcm_parse_tlvs(ie, ie_len, WLAN_EID_TIM);

Return to bug 468388