Skip to content
  • Bruno Randolf's avatar
    mac80211: fix rates setup on IBSS merge · b4d59a93
    Bruno Randolf authored
    
    
    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: default avatarBruno Randolf <br1@einfach.org>
    Signed-off-by: default avatarJohn W. Linville <linville@tuxdriver.com>
    b4d59a93