1. 01 3月, 2008 1 次提交
  2. 29 1月, 2008 2 次提交
  3. 11 10月, 2007 2 次提交
  4. 12 6月, 2007 2 次提交
    • D
      [PATCH] libertas: remove structure WLAN_802_11_SSID and libertas_escape_essid · d8efea25
      Dan Williams 提交于
      Replace WLAN_802_11_SSID with direct 'ssid' and 'ssid_len' members
      like ieee80211.  In the process, remove private libertas_escape_essid
      and depend on the ieee80211 implementation of escape_essid instead.
      Signed-off-by: NDan Williams <dcbw@redhat.com>
      Signed-off-by: NJohn W. Linville <linville@tuxdriver.com>
      d8efea25
    • D
      [PATCH] libertas: make association paths consistent · e76850d6
      Dan Williams 提交于
      The BSS to associate with (in either Infrastructure or IBSS join
      operations) is now stored in _one_ place in the association request (the
      bss member), not two places as before (pattemptedbss and
      curbssparams->bssdescriptor).
      
      Association requests are passed to the necessary association functions
      to (a) give them access to the bss member and (b) ensure that
      association/join/start setup uses settings from the request, not the
      current adapter settings (which may not be valid for the requested
      settings).
      
      Because the 'bss' member of the association request is used now, the
      command return functions from associate and adhoc join/start need access
      to the in-progress association request to update curbssparams when
      everything is done.  The association worker moves the request from
      pending to in-progress for the duration of the association attempt.
      Signed-off-by: NDan Williams <dcbw@redhat.com>
      Signed-off-by: NJohn W. Linville <linville@tuxdriver.com>
      e76850d6
  5. 12 5月, 2007 2 次提交
  6. 28 4月, 2007 1 次提交