1. 08 12月, 2010 2 次提交
    • J
      ath: Add and use ath_printk and ath_<level> · 21a99f93
      Joe Perches 提交于
      Add ath_printk and ath_<level> similar to
      dev_printk and dev_<level> from device.h
      
      This allows a more gradual rename of ath_print
      to to ath_dbg or perhaps ath_debug.
      
      This basically removes debug.h leaving
      only an #define ath_printk ath_dbg
      there and moving all the ATH_DBG_<foo>
      enums to ath.h
      
      I do not think there's much purpose for struct
      ath_common * being passed to the ath_printk
      functions, but perhaps there might be.
      Signed-off-by: NJoe Perches <joe@perches.com>
      Signed-off-by: NJohn W. Linville <linville@tuxdriver.com>
      21a99f93
    • D
      orinoco: allow IW_AUTH_MFP to pass through · 329b32fe
      David Kilroy 提交于
      The card doesn't support MFP, so silently accept DISABLED and OPTIONAL
      settings.
      
      This avoids the following failure in wpa_supplicant logs:
      
      State: SCANNING -> ASSOCIATING
      wpa_driver_wext_set_operstate: operstate 0->0 (DORMANT)
      netlink: Operstate: linkmode=-1, operstate=5
      wpa_driver_wext_associate
      wpa_driver_wext_set_drop_unencrypted
      wpa_driver_wext_set_psk
      wpa_driver_wext_associate: assoc failed because set_auth_param(IW_AUTH_MFP) failed
      Association request to the driver failed
      
      Signed-off by: David Kilroy <kilroyd@googlemail.com>
      Reported by: Giacomo Comes <comes@naic.edu>
      Signed-off-by: NJohn W. Linville <linville@tuxdriver.com>
      329b32fe
  2. 07 12月, 2010 8 次提交
  3. 03 12月, 2010 30 次提交