1. 10 3月, 2010 5 次提交
  2. 20 2月, 2010 2 次提交
  3. 12 2月, 2010 2 次提交
  4. 09 2月, 2010 2 次提交
  5. 30 1月, 2010 1 次提交
  6. 26 1月, 2010 3 次提交
    • W
      iwlwifi: module parameter to enable/disable bt co-exist · 06702a73
      Wey-Yi Guy 提交于
      Adding "bt_coex_active" module parameter for iwlcore to enable/disable
      BT coexist; if bt_coex_active is true (default), uCode will do kill/defer
      every time the priority line is asserted (BT is sending signals on the
      priority line in the PCIx). By disable the bt_coex_active, uCode will
      ignore the BT activity and perform the normal operation.
      
      Users might experience transmit issue on some platform due to this
      WiFi/BT co-exist problem. The possible symptoms are: NetworkManager and
      other similar programs can scan and find all the available APs, but will
      timeout and unable to associate with any of the APs; no out-going frames
      can be found with wireless sniffer tools.
      
      On those platforms, WiFi communication can be restored by set "bt_coex_active"
      module parameter to "false"
      Signed-off-by: NWey-Yi Guy <wey-yi.w.guy@intel.com>
      Signed-off-by: NReinette Chatre <reinette.chatre@intel.com>
      Signed-off-by: NJohn W. Linville <linville@tuxdriver.com>
      06702a73
    • W
      iwlwifi: bit field description for BT Config command · dab1c161
      Wey-Yi Guy 提交于
      Give better bit filed define and description for flag parameter
      in REPLY_BT_CONFIG command:
      
      flags:
       bit 0 - 1: BT channel announcement enabled
               0: disable
       bit 1 - 1: priority of BT device enabled
               0: disable
       bit 2 - 1: BT 2 wire support enabled
               0: disable
      Signed-off-by: NWey-Yi Guy <wey-yi.w.guy@intel.com>
      Signed-off-by: NReinette Chatre <reinette.chatre@intel.com>
      Signed-off-by: NJohn W. Linville <linville@tuxdriver.com>
      dab1c161
    • W
      iwlwifi: add function to reset/tune radio if needed · afbdd69a
      Wey-Yi Guy 提交于
      Adding "radio reset" function to help reset and stabilize the radio.
      
      During normal operation, sometime for unknown reason, radio encounter
      problem and can not recover by itself; the best way to
      recover from it is to reset and re-tune the radio. Currently, there is
      no RF reset command available, but since radio will get reset when
      switching channel, use internal hw scan request to force radio
      reset and get back to normal operation state.
      
      The internal hw scan will only perform passive scan on the first
      available channel (not the channel being used) in associated state. The
      request should be ignored if already performing scan operation or STA is
      not in associated state.
      
      Also include an "internal_scan" debugfs file to help trigger the
      internal scan from user mode.
      Signed-off-by: NWey-Yi Guy <wey-yi.w.guy@intel.com>
      Signed-off-by: NReinette Chatre <reinette.chatre@intel.com>
      Signed-off-by: NJohn W. Linville <linville@tuxdriver.com>
      afbdd69a
  7. 20 1月, 2010 4 次提交
  8. 09 1月, 2010 1 次提交
  9. 29 12月, 2009 1 次提交
  10. 23 12月, 2009 1 次提交
  11. 22 12月, 2009 2 次提交
  12. 24 11月, 2009 7 次提交
  13. 19 11月, 2009 3 次提交
  14. 12 11月, 2009 3 次提交
  15. 05 11月, 2009 1 次提交
  16. 03 11月, 2009 2 次提交