Hi,
I have Dell Studio 17 x86-64 arch. I install Fedora 11 preview. I try to compile 64 bit driver that I download from
http://www.broadcom.com/support/802.11/linux_sta.php. Please find result of compilation below. Googling around I found patch for hybrid-portsrc-x86_64-v5_10_73_9.tar.gz
notes:
Next two things were verified before posting - existing F10 thread and patch for the previous driver.
http://www.linuxquestions.org/questi...ora-10-719080/
....broadcom-sta-5.10.79.10-linux-2.6.29.patch
$ make -C /lib/modules/`uname -r`/build M=`pwd`
make: Entering directory `/usr/src/kernels/2.6.29.3-155.fc11.x86_64'
LD /home/alexb/Download/broadcom/hybrid_wl/fresh/built-in.o
CC [M] /home/alexb/Download/broadcom/hybrid_wl/fresh/src/wl/sys/wl_linux.o
/home/alexb/Download/broadcom/hybrid_wl/fresh/src/wl/sys/wl_linux.c: In function ‘wl_attach’:
/home/alexb/Download/broadcom/hybrid_wl/fresh/src/wl/sys/wl_linux.c:362: error: implicit declaration of function ‘ieee80211_get_crypto_ops’
/home/alexb/Download/broadcom/hybrid_wl/fresh/src/wl/sys/wl_linux.c:362: warning: assignment makes pointer from integer without a cast
/home/alexb/Download/broadcom/hybrid_wl/fresh/src/wl/sys/wl_linux.c:365: warning: assignment makes pointer from integer without a cast
/home/alexb/Download/broadcom/hybrid_wl/fresh/src/wl/sys/wl_linux.c: In function ‘wl_free’:
/home/alexb/Download/broadcom/hybrid_wl/fresh/src/wl/sys/wl_linux.c:634: error: ‘struct net_device’ has no member named ‘priv’
/home/alexb/Download/broadcom/hybrid_wl/fresh/src/wl/sys/wl_linux.c:669: error: ‘struct net_device’ has no member named ‘priv’
/home/alexb/Download/broadcom/hybrid_wl/fresh/src/wl/sys/wl_linux.c:685: error: dereferencing pointer to incomplete type
/home/alexb/Download/broadcom/hybrid_wl/fresh/src/wl/sys/wl_linux.c:689: error: dereferencing pointer to incomplete type
/home/alexb/Download/broadcom/hybrid_wl/fresh/src/wl/sys/wl_linux.c: In function ‘wl_open’:
/home/alexb/Download/broadcom/hybrid_wl/fresh/src/wl/sys/wl_linux.c:714: error: ‘struct net_device’ has no member named ‘priv’
/home/alexb/Download/broadcom/hybrid_wl/fresh/src/wl/sys/wl_linux.c: In function ‘wl_close’:
/home/alexb/Download/broadcom/hybrid_wl/fresh/src/wl/sys/wl_linux.c:742: error: ‘struct net_device’ has no member named ‘priv’
/home/alexb/Download/broadcom/hybrid_wl/fresh/src/wl/sys/wl_linux.c: In function ‘wl_start’:
/home/alexb/Download/broadcom/hybrid_wl/fresh/src/wl/sys/wl_linux.c:765: error: ‘struct net_device’ has no member named ‘priv’
/home/alexb/Download/broadcom/hybrid_wl/fresh/src/wl/sys/wl_linux.c: In function ‘wl_alloc_if’:
/home/alexb/Download/broadcom/hybrid_wl/fresh/src/wl/sys/wl_linux.c:850: error: ‘struct net_device’ has no member named ‘priv’
/home/alexb/Download/broadcom/hybrid_wl/fresh/src/wl/sys/wl_linux.c: In function ‘wl_get_driver_info’:
/home/alexb/Download/broadcom/hybrid_wl/fresh/src/wl/sys/wl_linux.c:1030: error: ‘struct net_device’ has no member named ‘priv’
/home/alexb/Download/broadcom/hybrid_wl/fresh/src/wl/sys/wl_linux.c: In function ‘wl_ioctl’:
/home/alexb/Download/broadcom/hybrid_wl/fresh/src/wl/sys/wl_linux.c:1118: error: ‘struct net_device’ has no member named ‘priv’
/home/alexb/Download/broadcom/hybrid_wl/fresh/src/wl/sys/wl_linux.c:1119: error: ‘struct net_device’ has no member named ‘priv’
/home/alexb/Download/broadcom/hybrid_wl/fresh/src/wl/sys/wl_linux.c: In function ‘wl_get_stats’:
/home/alexb/Download/broadcom/hybrid_wl/fresh/src/wl/sys/wl_linux.c:1204: error: ‘struct net_device’ has no member named ‘priv’
/home/alexb/Download/broadcom/hybrid_wl/fresh/src/wl/sys/wl_linux.c: In function ‘wl_get_wireless_stats’:
/home/alexb/Download/broadcom/hybrid_wl/fresh/src/wl/sys/wl_linux.c:1236: error: ‘struct net_device’ has no member named ‘priv’
/home/alexb/Download/broadcom/hybrid_wl/fresh/src/wl/sys/wl_linux.c:1237: error: ‘struct net_device’ has no member named ‘priv’
/home/alexb/Download/broadcom/hybrid_wl/fresh/src/wl/sys/wl_linux.c: In function ‘wl_set_mac_address’:
/home/alexb/Download/broadcom/hybrid_wl/fresh/src/wl/sys/wl_linux.c:1304: error: ‘struct net_device’ has no member named ‘priv’
/home/alexb/Download/broadcom/hybrid_wl/fresh/src/wl/sys/wl_linux.c:1312: error: ‘struct net_device’ has no member named ‘priv’
/home/alexb/Download/broadcom/hybrid_wl/fresh/src/wl/sys/wl_linux.c: In function ‘_wl_set_multicast_list’:
/home/alexb/Download/broadcom/hybrid_wl/fresh/src/wl/sys/wl_linux.c:1335: error: ‘struct net_device’ has no member named ‘priv’
/home/alexb/Download/broadcom/hybrid_wl/fresh/src/wl/sys/wl_linux.c: In function ‘wl_tkip_miccheck’:
/home/alexb/Download/broadcom/hybrid_wl/fresh/src/wl/sys/wl_linux.c:1726: error: dereferencing pointer to incomplete type
/home/alexb/Download/broadcom/hybrid_wl/fresh/src/wl/sys/wl_linux.c:1729: error: dereferencing pointer to incomplete type
/home/alexb/Download/broadcom/hybrid_wl/fresh/src/wl/sys/wl_linux.c: In function ‘wl_tkip_micadd’:
/home/alexb/Download/broadcom/hybrid_wl/fresh/src/wl/sys/wl_linux.c:1748: error: dereferencing pointer to incomplete type
/home/alexb/Download/broadcom/hybrid_wl/fresh/src/wl/sys/wl_linux.c: In function ‘wl_tkip_encrypt’:
/home/alexb/Download/broadcom/hybrid_wl/fresh/src/wl/sys/wl_linux.c:1768: error: dereferencing pointer to incomplete type
/home/alexb/Download/broadcom/hybrid_wl/fresh/src/wl/sys/wl_linux.c: In function ‘wl_tkip_decrypt’:
/home/alexb/Download/broadcom/hybrid_wl/fresh/src/wl/sys/wl_linux.c:1790: error: dereferencing pointer to incomplete type
/home/alexb/Download/broadcom/hybrid_wl/fresh/src/wl/sys/wl_linux.c:1792: error: dereferencing pointer to incomplete type
/home/alexb/Download/broadcom/hybrid_wl/fresh/src/wl/sys/wl_linux.c: In function ‘wl_tkip_keyset’:
/home/alexb/Download/broadcom/hybrid_wl/fresh/src/wl/sys/wl_linux.c:1834: error: dereferencing pointer to incomplete type
/home/alexb/Download/broadcom/hybrid_wl/fresh/src/wl/sys/wl_linux.c:1844: error: dereferencing pointer to incomplete type
/home/alexb/Download/broadcom/hybrid_wl/fresh/src/wl/sys/wl_linux.c:1851: error: dereferencing pointer to incomplete type
/home/alexb/Download/broadcom/hybrid_wl/fresh/src/wl/sys/wl_linux.c:1861: error: dereferencing pointer to incomplete type
/home/alexb/Download/broadcom/hybrid_wl/fresh/src/wl/sys/wl_linux.c:1871: error: dereferencing pointer to incomplete type
/home/alexb/Download/broadcom/hybrid_wl/fresh/src/wl/sys/wl_linux.c:1878: error: dereferencing pointer to incomplete type
/home/alexb/Download/broadcom/hybrid_wl/fresh/src/wl/sys/wl_linux.c: In function ‘wl_tkip_printstats’:
/home/alexb/Download/broadcom/hybrid_wl/fresh/src/wl/sys/wl_linux.c:1897: error: dereferencing pointer to incomplete type
/home/alexb/Download/broadcom/hybrid_wl/fresh/src/wl/sys/wl_linux.c:1899: error: dereferencing pointer to incomplete type
make[1]: *** [/home/alexb/Download/broadcom/hybrid_wl/fresh/src/wl/sys/wl_linux.o] Error 1
make: *** [_module_/home/alexb/Download/broadcom/hybrid_wl/fresh] Error 2
make: Leaving directory `/usr/src/kernels/2.6.29.3-155.fc11.x86_64'