You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/var/lib/dkms/bcmwl/6.30.223.271+bdcom/build/src/wl/sys/wl_cfg80211_hybrid.c: In function ‘wl_update_wiphybands’:
/var/lib/dkms/bcmwl/6.30.223.271+bdcom/build/src/wl/sys/wl_cfg80211_hybrid.c:2888:15: error: array subscript is not an integer
wiphy->bands[IEEE80211_BAND_5GHZ] = &__wl_band_5ghz_n;
I made a pull request to fix this: #18
Tested on 4.7 and 4.6, not on older ones.
Maybe good to try that and not break compatibility, in that case maybe add an if-else for the kernel version.
Can you help me fix this? @longsleep
The text was updated successfully, but these errors were encountered: