1. 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
  2. 28 9月, 2011 1 次提交
  3. 22 9月, 2011 3 次提交
  4. 16 9月, 2011 6 次提交
  5. 07 9月, 2011 1 次提交
  6. 06 9月, 2011 1 次提交
    • J
      ath6kl: Fix AP mode connect event parsing and TIM updates · 572e27c0
      Jouni Malinen 提交于
      This cleans up the connect event parsing by defining a union in
      struct wmi_connect_event to match with the three possible sets of
      fields that the target uses depending on which type of connect
      event is being indicated. In addition, two AP cases are now
      separated from ath6kl_connect_event() so that correct field names
      can be used to make it actually possible to understand what the
      code is doing.
      
      The bug hiding in the previous mess was in parsing the AID incorrectly
      when processing the new station connecting event in AP mode. The fix
      here for that is also fixing TIM updates for PS buffering to use the
      correct AID.
      Signed-off-by: NJouni Malinen <jouni@qca.qualcomm.com>
      Signed-off-by: NKalle Valo <kvalo@qca.qualcomm.com>
      572e27c0
  7. 05 9月, 2011 3 次提交
  8. 02 9月, 2011 6 次提交
  9. 01 9月, 2011 1 次提交
  10. 31 8月, 2011 9 次提交
  11. 10 8月, 2011 4 次提交