=== baseline-2.2.ndz === * Add bluetooth support * Remove gnuradio * 2.6.18-4-686 * Nodeagent4 (4.3.0) - support for -ng madwifi driver * madwifi-0.9.3.1 * Adopt temporary madwifi [http://www.orbit-lab.org/wiki/HowTo/bssidFix IBSS-fix based on SSID] for large networks. This feature is enabled by default. Please note this fix behaves a bit differently than the one suggested originally, if you set BSSID yourself via something like: {{{ iwconfig ath0 ap }}} net80211 will not try set the BSSID for you using this fix. If you've set the BSSID you can re-enable this fix by reseting it. You can do this via: {{{ iwconfig ath0 ap any }}} To disable this fix permanently reload the wlan module with ibss_grid=0 as a module parameter as follows: {{{ /misc/src/madwifi-svn/trunk/scripts/madwifi-unload.bash modprobe wlan ibss_grid=0 modprobe ath_pci }}} Some additional notes: * Radiotap support is a bit broken in madwifi-0.9.3.1, field 14 uses IEEE80211_RADIOTAP_FCS while the latest radiotap standard uses IEEE80211_RADIOTAP_RX_FLAGS. This has been fixed in trunk. * [wiki:Documentation/BuildingDrivers BuildingDrivers] * [wiki:HowTo/bssidFix IBSS BSSID fix for large networks]