1. 22 8月, 2011 3 次提交
    • E
      wl12xx: replace dummy_join with ROC/CROC commands · 251c177f
      Eliad Peller 提交于
      The ROC command asks the fw stay on the channel of the given
      hlid. it currently has 2 primary functions:
      
      1. Allow tx/rx from the device role.
      
      In order to tx/rx packets while the stations is not associated
      (e.g. auth req/resp), the device role has to be used, along
      with ROC on its link.
      
      Keep the logic similiar to the one used in dummy_join. However,
      since we can't scan while we ROC, we add CROC before starting
      a scan, and ROC again (if needed) on scan complete.
      
      2. Keeping the antenna for a specific link.
      
      We ROC until the connection was completed (after EAPOLs exchange)
      in order to prevent BT coex operations from taking the antenna
      and failing the connection (after this stage, psm can be used).
      
      During association, we ROC on the station role, and then CROC
      the device role, thus assuring being ROC during all the connection
      process.
      
      Delete the WL1271_FLAG_JOINED flag, and use a roc bitmap
      to indicate what roles are currently ROCed.
      
      Add wl12xx_roc/croc functions in order to wrap the roc/croc
      commands while taking care of the roc bitmap.
      
      The current ROC/CROC state-machine is a bit complicated. In
      the future we'll probably want to use wpa_supplicant to control
      the ROC during connection.
      Signed-off-by: NEliad Peller <eliad@wizery.com>
      Signed-off-by: NLuciano Coelho <coelho@ti.com>
      251c177f
    • E
      wl12xx: update scan cmd api · a4e02f33
      Eliad Peller 提交于
      Update the scan command to use the new fw api
      (fw 6/7.3.0.0.75).
      Signed-off-by: NEliad Peller <eliad@wizery.com>
      Signed-off-by: NLuciano Coelho <coelho@ti.com>
      a4e02f33
    • E
      wl12xx: remove rx filtering stuff · 08c1d1c7
      Eliad Peller 提交于
      The new fw doesn't support rx_filtering configuration (as a
      stand-alone command. the rx filtering is done automatically
      according to the active role).
      Signed-off-by: NEliad Peller <eliad@wizery.com>
      Signed-off-by: NLuciano Coelho <coelho@ti.com>
      08c1d1c7
  2. 06 7月, 2011 1 次提交
  3. 27 6月, 2011 2 次提交
  4. 01 6月, 2011 4 次提交
  5. 13 5月, 2011 3 次提交
  6. 19 4月, 2011 1 次提交
  7. 03 3月, 2011 1 次提交
  8. 26 11月, 2010 1 次提交
  9. 22 11月, 2010 1 次提交
  10. 16 11月, 2010 1 次提交
  11. 28 9月, 2010 7 次提交
  12. 28 8月, 2010 1 次提交
  13. 18 8月, 2010 1 次提交
  14. 09 7月, 2010 3 次提交