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

Collapse All | Expand All

(-)a/src/wl/sys/wl_cfg80211_hybrid.c (-2 / +5 lines)
Lines 2010-2016 static s32 wl_inform_single_bss(struct wl_cfg80211_priv *wl, struct wl_bss_info Link Here
2010
2010
2011
	notify_ie = (u8 *)bi + le16_to_cpu(bi->ie_offset);
2011
	notify_ie = (u8 *)bi + le16_to_cpu(bi->ie_offset);
2012
	notify_ielen = le32_to_cpu(bi->ie_length);
2012
	notify_ielen = le32_to_cpu(bi->ie_length);
2013
	cbss = cfg80211_inform_bss(wiphy, channel, (const u8 *)(bi->BSSID.octet),
2013
	cbss = cfg80211_inform_bss(wiphy, channel,
2014
#if LINUX_VERSION_CODE >= KERNEL_VERSION(3, 18, 0)
2015
		CFG80211_BSS_FTYPE_UNKNOWN,
2016
#endif
2017
		(const u8 *)(bi->BSSID.octet),
2014
		0, beacon_proberesp->capab_info, beacon_proberesp->beacon_int,
2018
		0, beacon_proberesp->capab_info, beacon_proberesp->beacon_int,
2015
		(const u8 *)notify_ie, notify_ielen, signal, GFP_KERNEL);
2019
		(const u8 *)notify_ie, notify_ielen, signal, GFP_KERNEL);
2016
2020
2017
- 

Return to bug 523326