1. 15 12月, 2011 1 次提交
  2. 13 12月, 2011 2 次提交
    • K
      ath6kl: implement scheduled scan · 10509f90
      Kalle Valo 提交于
      ath6kl firmware supports scheduled scan functionality with the wow ssid
      filter. But the firmware does not send any events after scan results
      so I had to add a timer which notifies about new scan results.
      
      Sched scan needs firmware version 3.2.0.6 or later. If firmware doesn't
      support sched scan the driver will not enable the feature.
      Signed-off-by: NKalle Valo <kvalo@qca.qualcomm.com>
      10509f90
    • K
      ath6kl: fix reading of FW IE capabilities · 277d90f4
      Kalle Valo 提交于
      For some strange reason I used ALIGN() to calculate index to the
      buffer. That is totally bogus and wouldn't work when it tried to read
      the second bit. Fix it by removing the ALIGN() altogether.
      
      Also check that ie_len is not too short.
      Signed-off-by: NKalle Valo <kvalo@qca.qualcomm.com>
      277d90f4
  3. 22 11月, 2011 2 次提交
  4. 21 11月, 2011 1 次提交
  5. 16 11月, 2011 9 次提交
  6. 13 11月, 2011 1 次提交
  7. 11 11月, 2011 24 次提交