Changes between Version 6 and Version 7 of Documentation/cImages/baseline-2.2.ndz


Ignore:
Timestamp:
Jul 3, 2007, 10:29:58 PM (17 years ago)
Author:
mcgrof
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Documentation/cImages/baseline-2.2.ndz

    v6 v7  
    1111 * Nodeagent4 (4.3.0) - support for -ng madwifi driver
    1212 * madwifi-0.9.3.1
    13  * 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. To disable reload wlan with ibss_grid=0 as a module parameter as follows:
     13 * 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:
     14
     15{{{
     16iwconfig ath0 ap
     17}}}
     18
     19net80211 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:
     20
     21{{{
     22iwconfig ath0 ap any
     23}}}
     24
     25To disable this fix permanently reload the wlan module with ibss_grid=0 as a module parameter as follows:
    1426
    1527{{{