1. 11 12月, 2015 1 次提交
  2. 29 9月, 2015 1 次提交
  3. 21 7月, 2015 1 次提交
    • F
      ath9k: make DMA stop related messages debug-only · e60ac9c7
      Felix Fietkau 提交于
      A long time ago, ath9k had issues during reset where the DMA engine
      would stay active and could potentially corrupt memory.
      To debug those issues, the driver would print warnings whenever they
      occur.
      
      Nowadays, these issues are gone and the primary cause of these messages
      is if the MAC is stuck during reset or busy processing a long
      transmission. This is fairly harmless, yet these messages continue to
      worry users.
      
      To reduce the number of bogus bug reports, turn these messages into
      debug messages and count their occurence in the "reset" debugfs file.
      Signed-off-by: NFelix Fietkau <nbd@openwrt.org>
      Signed-off-by: NKalle Valo <kvalo@codeaurora.org>
      e60ac9c7
  4. 24 4月, 2015 1 次提交
    • J
      mac80211: remove support for IFF_PROMISC · df140465
      Johannes Berg 提交于
      This support is essentially useless as typically networks are encrypted,
      frames will be filtered by hardware, and rate scaling will be done with
      the intended recipient in mind. For real monitoring of the network, the
      monitor mode support should be used instead.
      
      Removing it removes a lot of corner cases.
      Signed-off-by: NJohannes Berg <johannes.berg@intel.com>
      df140465
  5. 15 1月, 2015 1 次提交
  6. 12 11月, 2014 2 次提交
  7. 17 9月, 2014 3 次提交
  8. 16 9月, 2014 2 次提交
    • S
      ath9k: Remove unnecessary tbtt assignment · a2b28601
      Sujith Manoharan 提交于
      The next_tbtt variable in the scheduler is needed only
      for GO/AP mode operation and is always read from the
      NEXT_TBTT_TIMER in the HW. There is no need to store
      the timestamp for received beacons.
      Signed-off-by: NSujith Manoharan <c_manoha@qca.qualcomm.com>
      Signed-off-by: NJohn W. Linville <linville@tuxdriver.com>
      a2b28601
    • S
      ath9k: Fix beacon processing in offchannel · 48bf43fa
      Sujith Manoharan 提交于
      When interfaces of different types are present
      in a context and an offchannel request is received
      on a STA interface, we end up trying to process
      beacons received when we are offchannel. This hits
      the below warning since offchannel will not have proper
      beacon parameters.
      
      Fix this by not processing beacons received when we
      are offchannel.
      
      ------------[ cut here ]------------
      WARNING: CPU: 1 PID: 0 at ../drivers/net/wireless/ath/ath9k/recv.c:552 ath_rx_tasklet+0xf8f/0x1020 [ath9k]()
      CPU: 1 PID: 0 Comm: swapper/1 Tainted: G           O   3.17.0-rc4-wl-debug #16
      Hardware name: LENOVO 28427ZQ/INVALID, BIOS 6JET58WW (1.16 ) 09/17/2009
       0000000000000000 15916787056abba3 ffff88013b603d08 ffffffff8156af94
       ffff88013b603d50 ffff88013b603d40 ffffffff81070dbd ffff8800a84bb300
       ffff8800b05db358 ffff8800a84cc578 ffff8800a84bb300 ffff8800b05daa40
      Call Trace:
       <IRQ>  [<ffffffff8156af94>] dump_stack+0x4d/0x6f
       [<ffffffff81070dbd>] warn_slowpath_common+0x7d/0xa0
       [<ffffffff81070e3c>] warn_slowpath_fmt+0x5c/0x80
       [<ffffffff81572143>] ? _raw_spin_lock_irqsave+0x83/0xa0
       [<ffffffffa09d04a6>] ? ath_rx_tasklet+0x9f6/0x1020 [ath9k]
       [<ffffffffa09d0a3f>] ath_rx_tasklet+0xf8f/0x1020 [ath9k]
       [<ffffffffa09cd4f4>] ath9k_tasklet+0xf4/0x310 [ath9k]
       [<ffffffff81075a97>] tasklet_action+0xe7/0xf0
       [<ffffffff8107508a>] __do_softirq+0x12a/0x340
       [<ffffffff8107544e>] irq_exit+0x9e/0xc0
       [<ffffffff81575e56>] do_IRQ+0x56/0xe0
       [<ffffffff81573c72>] common_interrupt+0x72/0x72
       <EOI>  [<ffffffff81421037>] ? cpuidle_enter_state+0x67/0x1a0
       [<ffffffff81421257>] cpuidle_enter+0x17/0x20
       [<ffffffff810b3ebe>] cpu_startup_entry+0x3ce/0x420
       [<ffffffff81048563>] start_secondary+0x233/0x2c0
      ---[ end trace f15c3e33ba78d840 ]---
      ------------[ cut here ]------------
      Signed-off-by: NSujith Manoharan <c_manoha@qca.qualcomm.com>
      Signed-off-by: NJohn W. Linville <linville@tuxdriver.com>
      48bf43fa
  9. 10 9月, 2014 4 次提交
  10. 29 8月, 2014 4 次提交
  11. 20 6月, 2014 4 次提交
  12. 30 5月, 2014 1 次提交
  13. 07 5月, 2014 1 次提交
  14. 23 4月, 2014 3 次提交
  15. 26 2月, 2014 1 次提交
  16. 13 2月, 2014 4 次提交
  17. 17 1月, 2014 1 次提交
  18. 14 1月, 2014 1 次提交
  19. 09 1月, 2014 1 次提交
  20. 04 1月, 2014 3 次提交