1. 09 4月, 2010 2 次提交
  2. 08 4月, 2010 8 次提交
  3. 07 4月, 2010 3 次提交
  4. 01 4月, 2010 9 次提交
  5. 31 3月, 2010 3 次提交
  6. 25 3月, 2010 2 次提交
  7. 24 3月, 2010 1 次提交
  8. 17 3月, 2010 2 次提交
  9. 16 3月, 2010 1 次提交
  10. 11 3月, 2010 6 次提交
  11. 10 3月, 2010 3 次提交
    • J
      mac80211: use different MAC addresses for virtual interfaces · fa9029f8
      Johannes Berg 提交于
      Drivers can now advertise to cfg80211 that they have
      multiple MAC addresses reserved for a device, but we
      don't currently make use of that in mac80211.
      
      Change that and assign different addresses to new
      virtual interfaces (if addresses are available) in
      order to make it easier for users to use multiple
      virtual interfaces; they no longer need to always
      assign a new MAC address manually.
      Signed-off-by: NJohannes Berg <johannes@sipsolutions.net>
      Signed-off-by: NJohn W. Linville <linville@tuxdriver.com>
      fa9029f8
    • H
      mac80211: Improve software scan timing · df13cce5
      Helmut Schaa 提交于
      The current software scan implemenation in mac80211 returns to the operating
      channel after each scanned channel. However, in some situations (e.g. no
      traffic) it would be nicer to scan a few channels in a row to speed up
      the scan itself.
      
      Hence, after scanning a channel, check if we have queued up any tx frames and
      return to the operating channel in that case.
      
      Unfortunately we don't know if the AP has buffered any frames for us. Hence,
      scan only as many channels in a row as the pm_qos latency and the negotiated
      listen interval allows us to.
      Signed-off-by: NHelmut Schaa <helmut.schaa@googlemail.com>
      Signed-off-by: NJohn W. Linville <linville@tuxdriver.com>
      df13cce5
    • 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