1. 11 11月, 2011 10 次提交
  2. 10 11月, 2011 1 次提交
  3. 12 10月, 2011 1 次提交
  4. 29 9月, 2011 1 次提交
    • K
      ath6kl: silence "invalid rate" warning · 9a730834
      Kalle Valo 提交于
      For some reason firmware is sending invalid rates when we try to
      query current bitrate from ath6kl_get_station() and a warning is issued:
      
      [ 3810.415720] ath6kl: invalid rate: 1935633515
      [ 3811.105493] ath6kl: invalid rate: 1935633515
      [ 3811.556063] ath6kl: invalid rate: 1935633515
      
      As the warning happens way too often, convert the warning to a debug
      message once we have a proper fix. But to make it easy to follow
      how often the problem appears, add a debugfs to print
      various statistics about workarounds and make this issue the first WAR.
      Signed-off-by: NKalle Valo <kvalo@qca.qualcomm.com>
      9a730834
  5. 23 9月, 2011 1 次提交
  6. 22 9月, 2011 4 次提交
  7. 19 9月, 2011 1 次提交
  8. 16 9月, 2011 2 次提交
  9. 07 9月, 2011 1 次提交
  10. 06 9月, 2011 1 次提交
  11. 05 9月, 2011 1 次提交
    • J
      athk6l: Fix channel list processing in scan requests · 11869bef
      Jouni Malinen 提交于
      Limit the length of the channel list to WMI_MAX_CHANNELS to avoid
      rejection of the request in wmi.c. Since there is not really much
      point in using a specific list of more than 32 channels, drop the
      channel list if more channels are specified and scan all channels.
      
      Fix cfg80211 scan API use: ar->scan_req must be set only if returning
      success from scan() handler. The previous version would result in use
      of freed memory and likely kernel panic should the scan request fail
      to be sent to the target.
      Signed-off-by: NJouni Malinen <jouni@qca.qualcomm.com>
      Signed-off-by: NKalle Valo <kvalo@qca.qualcomm.com>
      11869bef
  12. 01 9月, 2011 1 次提交
  13. 31 8月, 2011 15 次提交