1. 03 7月, 2008 1 次提交
  2. 15 6月, 2008 1 次提交
  3. 14 6月, 2008 1 次提交
  4. 22 5月, 2008 2 次提交
  5. 13 5月, 2008 1 次提交
  6. 08 5月, 2008 3 次提交
    • J
      mac80211: fix wme code · 5c5e1289
      Johannes Berg 提交于
      In commit e100bb64 (mac80211:
      QoS related cleanups) I accidentally changed a variable from
      int to u16 causing a warning that a comparison for < 0 was always
      false. John thought this was a missing deletion of code and removed
      the warning by deleting the never executed branch of code in commit
      3df5ee60 (wireless: fix warning
      introduced by "mac80211: QoS related cleanups") but the problem really
      was my mistake of using a u16 variable for the queue variable when
      that variable can also contain an error code. This patch restores
      the original code and variable type.
      Signed-off-by: NJohannes Berg <johannes@sipsolutions.net>
      Signed-off-by: NJohn W. Linville <linville@tuxdriver.com>
      5c5e1289
    • J
      wireless: fix warning introduced by "mac80211: QoS related cleanups" · 3df5ee60
      John W. Linville 提交于
      net/mac80211/wme.c: In function ‘wme_qdiscop_enqueue’:
      net/mac80211/wme.c:219: warning: comparison is always false due to limited range of data type
      
      drivers/net/wireless/p54/p54common.c: In function ‘p54_conf_tx’:
      drivers/net/wireless/p54/p54common.c:947: warning: comparison is always false due to limited range of data type
      Signed-off-by: NJohn W. Linville <linville@tuxdriver.com>
      3df5ee60
    • J
      mac80211: QoS related cleanups · e100bb64
      Johannes Berg 提交于
      This
       * makes the queue number passed to drivers a u16
         (as it will be with skb_get_queue_mapping)
       * removes the useless queue number defines
       * splits hw->queues into hw->queues/ampdu_queues
       * removes the debugfs files for per-queue counters
       * removes some dead QoS code
       * removes the beacon queue configuration for IBSS
         so that the drivers now never get a queue number
         bigger than (hw->queues + hw->ampdu_queues - 1)
         for tx and only in the range 0..hw->queues-1 for
         conf_tx.
      Signed-off-by: NJohannes Berg <johannes@sipsolutions.net>
      Signed-off-by: NJohn W. Linville <linville@tuxdriver.com>
      e100bb64
  7. 24 4月, 2008 1 次提交
  8. 07 3月, 2008 1 次提交
  9. 01 3月, 2008 2 次提交
  10. 29 1月, 2008 4 次提交
  11. 11 10月, 2007 4 次提交
  12. 26 9月, 2007 1 次提交
  13. 06 5月, 2007 1 次提交