I downloaded ububtu15.04 for my HP Envy 17 but failed to activate the
wireless adapter after installation. I downloaded src files from
broadcom website and got the same issue, but I fixed it now; Please
kindly use the following solution:

1.#if LINUX_VERSION_CODE >= KERNEL_VERSION(3,19,0)
                        cfg80211_ibss_joined(ndev, (u8 *)&wl->bssid, 
&wl->conf->channel, GFP_KERNEL);
#else
                        cfg80211_ibss_joined(ndev, (u8 *)&wl->bssid, 
GFP_KERNEL);
#endif
             
2. Remove __DATE__, __TIME__ from source file
3. Add CFG80211_BSS_FTYPE_UNKNOWN to cfg80211_inform_bbs

compile, insert module, done.

Have fun:)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1408385

Title:
  broadcom-sta-dkms 6.30.223.248-3: broadcom-sta kernel module failed to
  build error: incompatible type for argument 3 of
  ‘cfg80211_inform_bss’]

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/broadcom-sta/+bug/1408385/+subscriptions

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to