1. 25 3月, 2013 1 次提交
  2. 24 3月, 2013 1 次提交
  3. 21 3月, 2013 1 次提交
  4. 11 3月, 2013 1 次提交
  5. 07 3月, 2013 1 次提交
    • J
      mac80211: always synchronize_net() during station removal · 27a737ff
      Johannes Berg 提交于
      If there are keys left during station removal, then a
      synchronize_net() will be done (for each key, I have a
      patch to address this for 3.10), otherwise it won't be
      done at all which causes issues because the station
      could be used for TX while it's being removed from the
      driver -- that might confuse the driver.
      
      Fix this by always doing synchronize_net() if no key
      was present any more.
      
      Cc: stable@vger.kernel.org
      Signed-off-by: NJohannes Berg <johannes.berg@intel.com>
      27a737ff
  6. 03 3月, 2013 1 次提交
  7. 02 3月, 2013 1 次提交
    • J
      mac80211: fix VHT MCS calculation · 24af717c
      Johannes Berg 提交于
      The VHT MCSes we advertise to the AP were supposed to
      be restricted to the AP, but due to a bug in the logic
      mac80211 will advertise rates to the AP that aren't
      even supported by the local device. To fix this skip
      any adjustment if the NSS isn't supported at all.
      Signed-off-by: NJohannes Berg <johannes.berg@intel.com>
      24af717c
  8. 01 3月, 2013 1 次提交
  9. 28 2月, 2013 1 次提交
  10. 27 2月, 2013 5 次提交
  11. 26 2月, 2013 2 次提交
  12. 18 2月, 2013 4 次提交
  13. 16 2月, 2013 1 次提交
  14. 15 2月, 2013 19 次提交