1. 10 11月, 2014 2 次提交
  2. 04 11月, 2014 8 次提交
  3. 31 10月, 2014 5 次提交
  4. 30 10月, 2014 5 次提交
  5. 29 10月, 2014 1 次提交
  6. 27 10月, 2014 9 次提交
  7. 24 10月, 2014 8 次提交
  8. 22 10月, 2014 2 次提交
    • J
      mac80211: don't remove tainted keys after not programming · 4619194a
      Johannes Berg 提交于
      When a key is tainted during resume, it is no longer programmed
      into the device; however, it's uploaded flag may (will) be set.
      Clear the flag when not programming it because it's tainted to
      avoid attempting to remove it again later.
      Signed-off-by: NJohannes Berg <johannes.berg@intel.com>
      4619194a
    • J
      mac80211: add WMM admission control support · 02219b3a
      Johannes Berg 提交于
      Use the currently existing APIs between mac80211 and the low
      level driver to implement WMM admission control.
      
      The low level driver needs to report the media time used by
      each transmitted packet in ieee80211_tx_status. Based on that
      information, mac80211 will modify the QoS parameters of the
      admission controlled Access Category when the limit is
      reached. Once the original QoS parameters can be restored,
      mac80211 will do so.
      
      One issue with this approach is that management frames will
      also erroneously be downgraded, but the upside is that the
      implementation is simple. In the future, it can be extended
      to driver- or device-based implementations that are better.
      Signed-off-by: NEmmanuel Grumbach <emmanuel.grumbach@intel.com>
      Signed-off-by: NJohannes Berg <johannes.berg@intel.com>
      02219b3a