1. 23 2月, 2006 4 次提交
  2. 21 2月, 2006 1 次提交
  3. 20 2月, 2006 1 次提交
    • J
      [IRDA]: irda-usb bug fixes · 669d32a2
      Jean Tourrilhes 提交于
      This patch fixes 2 bugs in the USB-IrDA code.
      
      The first one is a buffer overrun in the RX path. We are now using
      IRDA_SKB_MAX_MTU when initializing the Rx URB.
      
      The second one is a potential stack recursion when unplugging the USB
      dongle.  It seems that first we get the Rx URB with a generic error
      code, and after a while the Rx URB comes again with a "disconnect"
      error code.  Since we are resubmitting the Rx URB immediately after
      receiving the first error one, we might enter an endless loop.
      
      When getting an error Rx URB, the patch defers the Rx URB resubmitting
      so that it gives us a chance to catch the disconnect one, in case the
      dongle has juts been unplugged.
      
      Tested against 2.6.16-rc2.
      
      Patch from Jean Tourrilhes
      Signed-off-by: NJean Tourrilhes <jt@hpl.hp.com>
      Signed-off-by: NSamuel Ortiz <samuel.ortiz@nokia.com>
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      669d32a2
  4. 18 2月, 2006 7 次提交
  5. 17 2月, 2006 3 次提交
    • D
      [PATCH] wireless/atmel: fix Open System authentication process bugs · 73451379
      Dan Williams 提交于
      This patch fixes a number of bugs in the authentication process:
      
      1) When falling back to Shared Key authentication mode from Open System,
      a missing 'return' would cause the auth request to be sent, but would
      drop the card into Management Error state.  When falling back, the
      driver should also indicate that it is switching to Shared Key mode by
      setting exclude_unencrypted.
      
      2) Initial authentication modes were apparently wrong in some cases,
      causing the driver to attempt Shared Key authentication mode when in
      fact the access point didn't support that mode or even had WEP disabled.
      The driver should set the correct initial authentication mode based on
      wep_is_on and exclude_unencrypted.
      
      3) Authentication response packets from the access point in Open System
      mode were getting ignored because the driver was expecting the sequence
      number of a Shared Key mode response.  The patch separates the OS and SK
      mode handling to provide the correct behavior.
      Signed-off-by: NDan Williams <dcbw@redhat.com>
      Signed-off-by: NJohn W. Linville <linville@tuxdriver.com>
      73451379
    • D
      [PATCH] wireless/atmel: fix setting TX key only in ENCODEEXT · 0d467502
      Dan Williams 提交于
      The previous patch that added ENCODEEXT and AUTH support to the atmel
      driver contained a slight error which would cause just setting the TX
      key index to also set the encryption key again.  This patch allows any
      combination of setting the TX key index and setting an encryption key.
      Signed-off-by: NDan Williams <dcbw@redhat.com>
      Signed-off-by: NJohn W. Linville <linville@tuxdriver.com>
      0d467502
    • F
      sis190: early setting of the pci driver private data · 10487fbd
      Francois Romieu 提交于
      Below this point, the error path will proceed through
      sis190_release_board(). It will happily oops if
      pci_set_drvdata() has not been issued.
      Signed-off-by: NFrancois Romieu <romieu@fr.zoreil.com>
      10487fbd
  6. 14 2月, 2006 1 次提交
  7. 13 2月, 2006 1 次提交
  8. 11 2月, 2006 1 次提交
  9. 08 2月, 2006 4 次提交
  10. 07 2月, 2006 16 次提交
  11. 06 2月, 2006 1 次提交