06/05/14 11:15:17 hmwB8zHt
>>170
$ cat ieee80211-1.1.13/INSTALL
ieee8011 Wireless Stack for Linux
NOTE ON UPGRADING FROM PRIOR VERSIONS
--------- ------ ---- --- -- -- - -
Whenever you upgrade this subsystem, you need to make sure that your
system no longer has older versions of the modules in various locations
that could be found by modprobe instead of the new version. If you see
problems about unresolved symbols, chances are good you have an old
module someplace. You can typically find the offending modules via:
% find /lib/modules/\`uname -r\` -name "ieee80211*"; done
Or you can also run the remove script from the source.
% cd ~/ieee80211-${VERSION}/
% . remove-old