# HG changeset patch # User Pascal Bellard # Date 1529754380 -7200 # Node ID 129e0f37d676f9abb80918ff217d98e09b00b989 # Parent fb26906597c06073e53d4e224d63fc5e7fdf5d4d broadcom-wl: update 3.14.0.patch (again) diff -r fb26906597c0 -r 129e0f37d676 broadcom-wl/stuff/3.14.0.patch --- a/broadcom-wl/stuff/3.14.0.patch Sat Jun 23 13:39:05 2018 +0200 +++ b/broadcom-wl/stuff/3.14.0.patch Sat Jun 23 13:46:20 2018 +0200 @@ -58,7 +58,7 @@ u32 event = EVENT_TYPE(e); u16 flags = EVENT_FLAGS(e); u32 status = EVENT_STATUS(e); -+#if LINUX_VERSION_CODE => KERNEL_VERSION(3, 15, 0) ++#if LINUX_VERSION_CODE >= KERNEL_VERSION(3, 15, 0) + struct ieee80211_channel *channel = NULL; + struct wiphy *wiphy; + u32 chanspec, chan; @@ -83,7 +83,7 @@ wl_get_assoc_ies(wl); memcpy(&wl->bssid, &e->addr, ETHER_ADDR_LEN); wl_update_bss_info(wl); -+#if LINUX_VERSION_CODE => KERNEL_VERSION(3, 15, 0) ++#if LINUX_VERSION_CODE >= KERNEL_VERSION(3, 15, 0) + wiphy = wl_to_wiphy(wl); + err = wl_dev_intvar_get(ndev, "chanspec", &chanspec); + if (err) {