“8d5c822b2920be9016806f61fd552d2301cfa2fc”上不存在“arch/x86/mach-voyager/voyager_basic.c”
  1. 12 6月, 2013 1 次提交
  2. 28 11月, 2012 1 次提交
  3. 27 11月, 2012 2 次提交
    • E
      wlcore: split 18xx and 12xx scan mechanism · 78e28062
      Eliad Peller 提交于
      The scan APIs of 12xx and 18xx are totally different.
      Use some common functions as much as possible (e.g.
      for setting scan channels), but split scan.c into
      chip-specific scan.c files, each implementing its
      own scan mechanism.
      
      (in other words - move most of the current wlcore's
      scan.c into wl12xx, and implement a similar mechanism
      in 18xx, according to the new api)
      
      New wlcore ops are introduced in order to call the
      chip-specific scan functions.
      
      The template indices used for each scan (regular/scheduled)
      are also different between the chips, so set the correct
      indices used for each scan type after identifying the chip.
      Signed-off-by: NEliad Peller <eliad@wizery.com>
      Signed-off-by: NLuciano Coelho <coelho@ti.com>
      78e28062
    • E
      wlcore: make scan scan configuration functions more generic · 512c5385
      Eliad Peller 提交于
      18xx and 12xx have different scan APIs. In 18xx,
      the scan and the sched scan use the same struct.
      
      Prepare the scan configuration functions to it, by taking
      more generic params (e.g. ieee80211_channel) instead of
      specific structs/requests.
      Signed-off-by: NEliad Peller <eliad@wizery.com>
      Signed-off-by: NLuciano Coelho <coelho@ti.com>
      512c5385
  4. 27 9月, 2012 2 次提交
  5. 11 7月, 2012 3 次提交
  6. 07 6月, 2012 3 次提交
  7. 12 4月, 2012 3 次提交
  8. 10 4月, 2012 1 次提交
    • E
      wl12xx: adaptive sched scan dwell times · 6f407e5b
      Eyal Shapira 提交于
      Set the dwell times for sched scan according to the number
      of probe requests which are going to be transmitted.
      This should fix the too short dwell time problem which
      prevented some of the probe requests from being transmitted
      in cases of high number of SSIDs (10+) to be actively sched scanned.
      However, in the common case of having up to 1-2 SSIDs that
      require active scan, the dwell time would be kept to a minimum
      which should conserve power. This is important as sched scan
      also runs periodically while the host is suspended and there's
      great importance to keep power consumption as low as possible.
      Signed-off-by: NEyal Shapira <eyal@wizery.com>
      [fixed a couple of new strict checkpatch warnings]
      Signed-off-by: NLuciano Coelho <coelho@ti.com>
      6f407e5b
  9. 08 3月, 2012 1 次提交
  10. 15 2月, 2012 5 次提交
  11. 21 12月, 2011 3 次提交
  12. 08 12月, 2011 1 次提交
  13. 09 11月, 2011 1 次提交
  14. 08 11月, 2011 2 次提交
  15. 11 10月, 2011 5 次提交
  16. 07 10月, 2011 5 次提交
  17. 23 9月, 2011 1 次提交