1. 30 1月, 2009 2 次提交
  2. 05 12月, 2008 1 次提交
  3. 22 11月, 2008 1 次提交
  4. 05 8月, 2008 3 次提交
  5. 15 6月, 2008 2 次提交
  6. 15 5月, 2008 3 次提交
  7. 08 5月, 2008 3 次提交
  8. 23 4月, 2008 1 次提交
  9. 17 4月, 2008 2 次提交
  10. 02 4月, 2008 1 次提交
  11. 28 3月, 2008 1 次提交
    • M
      iwlwifi: Add led support · ab53d8af
      Mohamed Abbas 提交于
      This patch add LEDS support to 3965 and 4965 drivers. It is based on
      led trigger and class. For our drivers we needed to avoid two things.
      1- We receive led trigger on/off on each Rx\Tx frame. In our driver
          we can not call led command like that. In this driver once driver
          receive a start of traffic it call the led command to start blinking
          then we count all bytes of Tx and Rx frame, after two second we count the
          blink rate of last two second then id blink rate changed we call the led
           commands
      2- Since we can call led command very often, we make sure we call the
          led command after we receive the statistics notification so
          we don't need to wake up the ucode id it is in sleep state.
          This patch was tested with 4965 and 3945.
      Signed-off-by: NMohamed Abbas <mabbas@linux.intel.com>
      Signed-off-by: Ian Schram<ischram@telenet.be>
      Signed-off-by: NTomas Winkler <tomas.winkler@intel.com>
      Signed-off-by: NJohn W. Linville <linville@tuxdriver.com>
      ab53d8af
  12. 26 3月, 2008 2 次提交
  13. 14 3月, 2008 1 次提交
  14. 08 3月, 2008 1 次提交
  15. 11 10月, 2007 2 次提交