Note that the latest Linux kernel ( 3.2 ) has a few ABI changes, most
notably in the network stack [1] which affects the Broadcom's wl module
and it will fail to build with "error: unknown field
'ndo_set_multicast_list' specified in initializer".
"ndo_set_multicast_list" has been replaced with "ndo_set_rx_mode."
Attached is a patched that fixes this issue with the broadcom driver
which needs to be included in those packages.
Tested against upstream source [2].
JBG
1.
http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit...
2.
http://www.broadcom.com/support/802.11/linux_sta.php
/**//**/