1. 18 4月, 2012 1 次提交
    • A
      mwifiex: corrections in timestamp related code · b5abcf02
      Amitkumar Karwar 提交于
      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: NAmitkumar Karwar <akarwar@marvell.com>
      Signed-off-by: NBing Zhao <bzhao@marvell.com>
      Signed-off-by: NJohn W. Linville <linville@tuxdriver.com>
      b5abcf02
  2. 13 4月, 2012 1 次提交
  3. 10 4月, 2012 1 次提交
  4. 15 3月, 2012 1 次提交
  5. 14 3月, 2012 1 次提交
  6. 06 3月, 2012 2 次提交
  7. 01 3月, 2012 1 次提交
  8. 22 12月, 2011 1 次提交
  9. 12 11月, 2011 3 次提交
  10. 14 9月, 2011 1 次提交
  11. 13 8月, 2011 1 次提交
  12. 23 6月, 2011 1 次提交
  13. 06 5月, 2011 1 次提交
  14. 03 5月, 2011 1 次提交
  15. 30 4月, 2011 1 次提交
    • J
      mwifiex: fix copy-n-paste 'thinko' for tsf_val · f9c2fdba
      John W. Linville 提交于
        CC [M]  drivers/net/wireless/mwifiex/join.o
      drivers/net/wireless/mwifiex/join.c: In function ‘mwifiex_cmd_802_11_associate’:
      drivers/net/wireless/mwifiex/join.c:119:8: warning: ‘tsf_val’ may be used uninitialized in this function
      drivers/net/wireless/mwifiex/join.c:103:12: note: ‘tsf_val’ was declared here
      
      Looks like a copy-n-paste error, identical lines are a few lines below
      the ones removed, with an actual memcpy to tsf_val in between...
      Signed-off-by: NJohn W. Linville <linville@tuxdriver.com>
      f9c2fdba
  16. 20 4月, 2011 2 次提交
  17. 15 4月, 2011 1 次提交
  18. 08 4月, 2011 1 次提交
  19. 05 4月, 2011 5 次提交
  20. 31 3月, 2011 1 次提交