1. 12 8月, 2011 1 次提交
  2. 09 8月, 2011 1 次提交
  3. 08 7月, 2011 1 次提交
    • A
      wl12xx: start/stop queues according to global per-AC counters · f1a46384
      Arik Nemtsov 提交于
      Split tx_queue_count to count per-AC skb's queued, instead of relying on
      the skb-queue len. The skb queues used were only valid in STA-mode, as
      AP-mode uses per-link queues.
      
      This fixes a major regression in AP-mode, caused by the patch
      "wl12xx: implement Tx watermarks per AC". With that patch applied, we
      effectively had no regulation of Tx queues in AP-mode. Therefore a
      sustained high rate of Tx could cause exhaustion of the skb memory pool.
      Signed-off-by: NArik Nemtsov <arik@wizery.com>
      Signed-off-by: NLuciano Coelho <coelho@ti.com>
      f1a46384
  4. 06 7月, 2011 8 次提交
  5. 27 6月, 2011 13 次提交
  6. 08 6月, 2011 1 次提交
  7. 01 6月, 2011 1 次提交
  8. 19 5月, 2011 1 次提交
    • L
      wl12xx: fix compilation error when CONFIG_PM is not set · f634a4e7
      Luciano Coelho 提交于
      There was a compilation error when PM is not enabled:
      
        CC [M]  drivers/net/wireless/wl12xx/main.o
      drivers/net/wireless/wl12xx/main.c:3653: error: unknown field 'suspend' specified in initializer
      drivers/net/wireless/wl12xx/main.c:3653: warning: initialization from incompatible pointer type
      drivers/net/wireless/wl12xx/main.c:3654: error: unknown field 'resume' specified in initializer
      drivers/net/wireless/wl12xx/main.c:3654: warning: initialization from incompatible pointer type
      
      Fix this by adding #ifdef's in the appropriate places.
      
      Cc: Eliad Peller <eliad@wizery.com>
      Signed-off-by: NLuciano Coelho <coelho@ti.com>
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      f634a4e7
  9. 13 5月, 2011 8 次提交
  10. 02 5月, 2011 5 次提交