• B
    mac80211: fix rates setup on IBSS merge · b4d59a93
    Bruno Randolf 提交于
    when an IBSS merge happened, the supported rates for the newly added station
    were left empty, causing the rate control module to be initialized with only
    the basic rates.
    
    also the section of the ibss code which deals with updating supported rates for
    an already existing station fails to inform the rate control module about the
    new rates. as i don't know how to fix this (minstrel does not have an update
    function), i have just added a comment for now.
    Signed-off-by: NBruno Randolf <br1@einfach.org>
    Signed-off-by: NJohn W. Linville <linville@tuxdriver.com>
    b4d59a93
ibss.c 25.9 KB