1. 08 10月, 2009 1 次提交
    • J
      wext: refactor · 3d23e349
      Johannes Berg 提交于
      Refactor wext to
       * split out iwpriv handling
       * split out iwspy handling
       * split out procfs support
       * allow cfg80211 to have wireless extensions compat code
         w/o CONFIG_WIRELESS_EXT
      
      After this, drivers need to
       - select WIRELESS_EXT	- for wext support
       - select WEXT_PRIV	- for iwpriv support
       - select WEXT_SPY	- for iwspy support
      
      except cfg80211 -- which gets new hooks in wext-core.c
      and can then get wext handlers without CONFIG_WIRELESS_EXT.
      
      Wireless extensions procfs support is auto-selected
      based on PROC_FS and anything that requires the wext core
      (i.e. WIRELESS_EXT or CFG80211_WEXT).
      Signed-off-by: NJohannes Berg <johannes@sipsolutions.net>
      Signed-off-by: NJohn W. Linville <linville@tuxdriver.com>
      3d23e349
  2. 02 10月, 2009 1 次提交
  3. 23 9月, 2009 1 次提交
  4. 15 9月, 2009 1 次提交
  5. 09 9月, 2009 1 次提交
    • L
      wireless: mark prism54 as deprecated and mark for removal · 4d8cd268
      Luis R. Rodriguez 提交于
      The preferred module is p54pci which also supports FullMAC
      PCI / Cardbus devices. We schedule removal for 2.6.34. Reason
      to remove this is no one really is testing prism54 anymore,
      and while it works p54pci provides support for the same hardware.
      It should be noted I have been told some FullMAC devices may not
      have worked with the SoftMAC driver but to date we have yet to
      recieve a single bug report regarding this. If there are users
      out there please let us know!
      
      Cc: aquilaver@yahoo.com
      Cc: linux-kernel@vger.kernel.org
      Cc: Dan Williams <dcbw@redhat.com>
      Cc: Kai Engert <kengert@redhat.com>
      Cc: Jean Tourrilhes <jt@hpl.hp.com>
      Cc: Tim de Waal<tim.dewaal@yahoo.com>
      Cc: Roy Marples <uberlord@gentoo.org>
      Cc: Alan Cox <alan@lxorguk.ukuu.org.uk>
      Cc: Christian Lamparter <chunkeey@web.de>
      Cc: Björn Steinbrink <B.Steinbrink@gmx.de>
      Cc: Tim Gardner <tim.gardner@canonical.com>
      Cc: Larry Finger <Larry.Finger@lwfinger.net>
      Cc: Johannes Berg <johannes@sipsolutions.net>
      Signed-off-by: NLuis R. Rodriguez <lrodriguez@atheros.com>
      Signed-off-by: NJohn W. Linville <linville@tuxdriver.com>
      4d8cd268
  6. 03 9月, 2009 1 次提交
  7. 02 9月, 2009 1 次提交
  8. 05 8月, 2009 1 次提交
  9. 25 7月, 2009 2 次提交
  10. 13 6月, 2009 1 次提交
  11. 11 6月, 2009 1 次提交
  12. 04 6月, 2009 1 次提交
  13. 29 5月, 2009 1 次提交
  14. 23 5月, 2009 1 次提交
  15. 07 5月, 2009 1 次提交
  16. 23 4月, 2009 5 次提交
  17. 28 3月, 2009 1 次提交
  18. 17 3月, 2009 1 次提交
  19. 28 2月, 2009 1 次提交
  20. 30 1月, 2009 2 次提交
  21. 13 1月, 2009 1 次提交
  22. 26 11月, 2008 2 次提交
  23. 22 11月, 2008 2 次提交
  24. 01 11月, 2008 1 次提交
  25. 23 8月, 2008 3 次提交
  26. 07 8月, 2008 1 次提交
  27. 02 8月, 2008 1 次提交
  28. 18 7月, 2008 1 次提交
  29. 09 7月, 2008 1 次提交
  30. 27 6月, 2008 1 次提交
    • A
      remove the strip driver · 94d98424
      Adrian Bunk 提交于
      The latest trace about usage of this driver I found was an (unanswered)
      request for help by a user trying to get it working reliably five years
      ago with kernel 2.4 .
      
      And even if it was still working the use cases of this driver (requiring
      both the hardware and someone providing this kind of wireless network)
      have become practically nonexisting.
      
      This patch therefore removes the strip driver.
      Signed-off-by: NAdrian Bunk <bunk@kernel.org>
      Signed-off-by: NJohn W. Linville <linville@tuxdriver.com>
      94d98424