1. 16 11月, 2010 2 次提交
  2. 08 10月, 2010 1 次提交
  3. 06 6月, 2010 1 次提交
  4. 14 5月, 2010 1 次提交
  5. 10 3月, 2010 1 次提交
  6. 12 2月, 2010 1 次提交
  7. 20 1月, 2010 1 次提交
  8. 25 7月, 2009 1 次提交
  9. 28 3月, 2009 1 次提交
    • J
      mac80211/iwlwifi: move virtual A-MDPU queue bookkeeping to iwlwifi · e4e72fb4
      Johannes Berg 提交于
      This patch removes all the virtual A-MPDU-queue bookkeeping from
      mac80211. Curiously, iwlwifi already does its own bookkeeping, so
      it doesn't require much changes except where it needs to handle
      starting and stopping the queues in mac80211.
      
      To handle the queue stop/wake properly, we rewrite the software
      queue number for aggregation frames and internally to iwlwifi keep
      track of the queues that map into the same AC queue, and only talk
      to mac80211 about the AC queue. The implementation requires calling
      two new functions, iwl_stop_queue and iwl_wake_queue instead of the
      mac80211 counterparts.
      Signed-off-by: NJohannes Berg <johannes@sipsolutions.net>
      Cc: Reinette Chattre <reinette.chatre@intel.com>
      Signed-off-by: NJohn W. Linville <linville@tuxdriver.com>
      e4e72fb4
  10. 30 1月, 2009 1 次提交
  11. 13 12月, 2008 2 次提交
  12. 01 11月, 2008 2 次提交
  13. 15 6月, 2008 2 次提交
    • H
      mac80211: add helpers for frame control testing · fd7c8a40
      Harvey Harrison 提交于
      A few general categories:
      
      1) ieee80211_has_* tests if particular fctl bits are set, the helpers are de
      in the same order as the fctl defines:
      
      A combined _has_a4 was also added to test when both FROMDS and TODS are set.
      
      2) ieee80211_is_* is meant to test whether the frame control is of a certain
      ftype - data, mgmt, ctl, and two special helpers _is_data_qos, _is_data_pres
      which also test a subset of the stype space.
      
      When testing for a particular stype applicable only to one ftype, functions
      like ieee80211_is_ack have been added.  Note that the ftype is also being
      checked in these helpers.  They have been added for all mgmt and ctl stypes
      in the same order as the STYPE defines.
      
      3) ieee80211_get_* is meant to take a struct ieee80211_hdr * and returns a
      pointer to somewhere in the struct, see get_SA, get_DA, get_qos_ctl.
      
      The intel wireless drivers had helpers that used this namespace, convert the
      all to use the new helpers and remove the byteshifting as they were defined
      in cpu-order rather than little-endian.
      Signed-off-by: NHarvey Harrison <harvey.harrison@gmail.com>
      Signed-off-by: NJohn W. Linville <linville@tuxdriver.com>
      fd7c8a40
    • T
      iwlwifi: remove unused flag · 838f8a74
      Tomas Winkler 提交于
      This patch removes IEEE80211_CHAN_W_RADAR_DETECT flag.
      Signed-off-by: NTomas Winkler <tomas.winkler@intel.com>
      Signed-off-by: NZhu Yi <yi.zhu@intel.com>
      Signed-off-by: NJohn W. Linville <linville@tuxdriver.com>
      838f8a74
  14. 04 6月, 2008 1 次提交
  15. 22 5月, 2008 1 次提交
  16. 14 3月, 2008 1 次提交
  17. 08 3月, 2008 1 次提交
  18. 02 2月, 2008 1 次提交
  19. 01 2月, 2008 1 次提交
  20. 29 1月, 2008 2 次提交
  21. 11 10月, 2007 1 次提交