1. 23 Nov, 2009 2 commits
    • Matthew Garrett's avatar
      ipw2100: Register the wiphy device · c26409a9
      Matthew Garrett authored
      libipw unconditionally calls wiphy_unregister, but it's up to the driver
      to register it in the first place. ipw2100 fails to do so. Add the necessary
      glue code, and also ensure that rfkill statuses get set up appropriately.
      
      (Augmented for proper wiphy_unregister placement. -- JWL)
      Signed-off-by: default avatarMatthew Garrett <mjg@redhat.com>
      Signed-off-by: default avatarJohn W. Linville <linville@tuxdriver.com>
      c26409a9
    • John W. Linville's avatar
      libipw: initiate cfg80211 API conversion (v2) · a3caa99e
      John W. Linville authored
      Initiate the conversion of libipw to the new cfg80211 configuration API.
      
      For now, leave CONFIG_IPW2200_PROMISCUOUS stuff alone.  Eventually
      migrate it to cfg80211 when the add/del/change_virtual_intf methods
      are implemented.
      
      (v2: Fix unconditional wiphy_unregister in libipw which was causing
           problems for ipw2100, somewhat based on prior attempted fix
           by Zhu Yi <yi.zhu@intel.com>.  Previously both original version of
           this patch and Zhu Yi's fix attempt were reverted due to
           discovery of regressions. -- JWL)
      Signed-off-by: default avatarJohn W. Linville <linville@tuxdriver.com>
      a3caa99e
  2. 19 Nov, 2009 7 commits
  3. 18 Nov, 2009 31 commits