An error occurred fetching the project authors.
  1. 04 Jun, 2012 1 commit
  2. 16 May, 2012 14 commits
  3. 17 Apr, 2012 1 commit
    • Amitkumar Karwar's avatar
      mwifiex: corrections in timestamp related code · b5abcf02
      Amitkumar Karwar authored
      We get two timing related fields for each bss from firmware in scan
      results.
      1) timestamp - Actual timestamp information in probe response/beacon
      2) network_tsf - firmware's TSF value at the time the beacon or probe
      response was received.
      Both are needed while associating by firmware.
      
      The patch takes care of following things.
      1) We should pass "timestamp" to cfg80211_inform_bss(), but currently
      "network_tsf" is being provided. This error is corrected here.
      2) Rename "network_tsf" to "fw_tsf"
      3) Make use of u64 variable instead of an array of u8/u32 to save
      parsed "timestamp" information.
      4) Use timestamp provided to stack in scan results using
      cfg80211_inform_bss() while associating. (bss->tsf)
      5) Allocate space to save fw_tsf in "priv" of cfg80211_bss
      and retrieve it while associating.
      Signed-off-by: default avatarAmitkumar Karwar <akarwar@marvell.com>
      Signed-off-by: default avatarBing Zhao <bzhao@marvell.com>
      Signed-off-by: default avatarJohn W. Linville <linville@tuxdriver.com>
      b5abcf02
  4. 12 Apr, 2012 2 commits
  5. 09 Apr, 2012 4 commits
  6. 14 Mar, 2012 1 commit
  7. 08 Mar, 2012 1 commit
  8. 05 Mar, 2012 4 commits
  9. 29 Feb, 2012 3 commits
  10. 15 Feb, 2012 1 commit
    • Amitkumar Karwar's avatar
      mwifiex: clear previous security setting during association · 6670f15b
      Amitkumar Karwar authored
      Driver maintains different flags for WEP, WPA, WPA2 security modes.
      Appropriate flag is set using security information provided in
      connect request. mwifiex_is_network_compatible() routine uses them
      to check if driver's setting is compatible with AP. Association is
      aborted if the routine fails.
      
      For some corner cases, it is observed that association is failed
      even for valid security information based on association history.
      This patch fixes the problem by clearing previous security setting
      during each association.
      
      We should set WEP key provided in connect request as default tx key.
      This missing change is also added here.
      Signed-off-by: default avatarAmitkumar Karwar <akarwar@marvell.com>
      Signed-off-by: default avatarBing Zhao <bzhao@marvell.com>
      Signed-off-by: default avatarJohn W. Linville <linville@tuxdriver.com>
      6670f15b
  11. 06 Feb, 2012 2 commits
  12. 27 Jan, 2012 1 commit
  13. 24 Jan, 2012 2 commits
  14. 21 Dec, 2011 3 commits