I tried to install madwifi-ng, but it fails when compiling with error, something like "error: unknown field ‘ndo_set_multicast_list’".
It looks like the compilation error is because in kernel commit
b81693d9149c598302e8eb9c20cb20330d922c8e the callback ndo_set_multicast_list was removed.
So i've changed all occurences of ndo_set_multicast_list in sources (there are three of them) to ndo_set_rx_mode and all worked fine.
There is a similar bug in another wireless program (if you need it) - and it does not compile for same reason
Reproducible: Always
Steps to Reproduce:
- Install kernel 3.2.1-r2
- Try to install madwifi-ng
Actual Results:
Does not compile because field ndo_set_multicast_list not found