1. 18 2月, 2006 37 次提交
  2. 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
    • N
      [ARM] 3339/1: ARM EABI: make unmuxed syscalls visible · d9db950c
      Nicolas Pitre 提交于
      Patch from Nicolas Pitre
      
      With EABI the multiplex sys_ipc and sys_socketcall syscalls are
      unavailable and their support code even removed from the compiled
      kernel, and the new unmuxed syscalls must be used instead.
      
      Make those syscall numbers visible.
      Signed-off-by: NNicolas Pitre <nico@cam.org>
      Signed-off-by: NRussell King <rmk+kernel@arm.linux.org.uk>
      d9db950c