1. 24 3月, 2010 29 次提交
  2. 20 3月, 2010 10 次提交
  3. 17 3月, 2010 1 次提交
    • B
      mac80211: (really) fix rates setup on IBSS merge · 09a08cff
      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.
      
      the section of the ibss code which deals with updating supported rates for
      an already existing station failed to inform the rate control module about the
      new rates. as both minstrel and pid don't have an update function i just use
      the init function.
      
      also remove unnecessary (unsigned long long) casts and edit debug message.
      Signed-off-by: NBruno Randolf <br1@einfach.org>
      Signed-off-by: NJohn W. Linville <linville@tuxdriver.com>
      09a08cff