1. 07 Dec, 2010 2 commits
    • David Kilroy's avatar
      orinoco: allow IW_AUTH_MFP to pass through · 329b32fe
      David Kilroy authored
      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: default avatarJohn W. Linville <linville@tuxdriver.com>
      329b32fe
    • Bruno Randolf's avatar
      nl80211/mac80211: Report signal average · 541a45a1
      Bruno Randolf authored
      Extend nl80211 to report an exponential weighted moving average (EWMA) of the
      signal value. Since the signal value usually fluctuates between different
      packets, an average can be more useful than the value of the last packet.
      
      This uses the recently added generic EWMA library function.
      
      --
      v2:	fix ABI breakage and change factor to be a power of 2.
      Signed-off-by: default avatarBruno Randolf <br1@einfach.org>
      Signed-off-by: default avatarJohn W. Linville <linville@tuxdriver.com>
      541a45a1
  2. 06 Dec, 2010 19 commits
  3. 02 Dec, 2010 19 commits