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

Collapse All | Expand All

(-)a/src/wl/sys/wl_cfg80211_hybrid.c (+4 lines)
Lines 52-57 u32 wl_dbg_level = WL_DBG_ERR | WL_DBG_INFO; Link Here
52
u32 wl_dbg_level = WL_DBG_ERR;
52
u32 wl_dbg_level = WL_DBG_ERR;
53
#endif
53
#endif
54
54
55
#if LINUX_VERSION_CODE >= KERNEL_VERSION(5, 1, 0)
56
#define get_ds()	((mm_segment_t) { (-1UL) })
57
#endif
58
55
#if LINUX_VERSION_CODE >= KERNEL_VERSION(4, 12, 0)
59
#if LINUX_VERSION_CODE >= KERNEL_VERSION(4, 12, 0)
56
static s32 wl_cfg80211_change_iface(struct wiphy *wiphy, struct net_device *ndev,
60
static s32 wl_cfg80211_change_iface(struct wiphy *wiphy, struct net_device *ndev,
57
           enum nl80211_iftype type, struct vif_params *params);
61
           enum nl80211_iftype type, struct vif_params *params);

Return to bug 685214