Skip to content

Instantly share code, notes, and snippets.

@milgner
Created July 11, 2014 19:54
Show Gist options
  • Save milgner/c9b95809cf9c5cb9fdce to your computer and use it in GitHub Desktop.
Save milgner/c9b95809cf9c5cb9fdce to your computer and use it in GitHub Desktop.
Broadcom Driver on Fedora 20
diff -r a/src/wl/sys/wl_cfg80211_hybrid.c b/src/wl/sys/wl_cfg80211_hybrid.c
2074c2074
< cfg80211_ibss_joined(ndev, (u8 *)&wl->bssid, GFP_KERNEL);
---
> cfg80211_ibss_joined(ndev, (u8 *)&wl->bssid, &wl->conf->channel, GFP_KERNEL);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment