1. 11 5月, 2010 1 次提交
  2. 27 4月, 2010 1 次提交
  3. 17 4月, 2010 1 次提交
  4. 16 2月, 2010 1 次提交
    • R
      wireless: airo_cs build fixes · 2bf9fa69
      Randy Dunlap 提交于
      When WEXT_PRIV is not enabled, airo_cs has build errors.
      It needs to include net/iw_handler.h and it should select
      WEXT_PRIV, like the airo driver does.
      
      drivers/net/wireless/airo.c:7655: error: unknown field 'num_private' specified in initializer
      drivers/net/wireless/airo.c:7655: warning: initialization makes pointer from integer without a cast
      drivers/net/wireless/airo.c:7656: error: unknown field 'num_private_args' specified in initializer
      drivers/net/wireless/airo.c:7656: warning: excess elements in struct initializer
      drivers/net/wireless/airo.c:7656: warning: (near initialization for 'airo_handler_def')
      drivers/net/wireless/airo.c:7658: error: unknown field 'private' specified in initializer
      drivers/net/wireless/airo.c:7658: warning: initialization makes integer from pointer without a cast
      drivers/net/wireless/airo.c:7658: error: initializer element is not computable at load time
      drivers/net/wireless/airo.c:7658: error: (near initialization for 'airo_handler_def.num_standard')
      drivers/net/wireless/airo.c:7659: error: unknown field 'private_args' specified in initializer
      drivers/net/wireless/airo.c:7659: warning: initialization from incompatible pointer type
      Signed-off-by: NRandy Dunlap <randy.dunlap@oracle.com>
      Signed-off-by: NJohn W. Linville <linville@tuxdriver.com>
      2bf9fa69
  5. 31 10月, 2009 6 次提交
  6. 10 10月, 2009 1 次提交
  7. 08 10月, 2009 2 次提交
  8. 02 10月, 2009 1 次提交
  9. 23 9月, 2009 1 次提交
  10. 15 9月, 2009 1 次提交
  11. 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
  12. 03 9月, 2009 1 次提交
  13. 02 9月, 2009 1 次提交
  14. 05 8月, 2009 1 次提交
  15. 25 7月, 2009 2 次提交
  16. 13 6月, 2009 1 次提交
  17. 11 6月, 2009 1 次提交
  18. 04 6月, 2009 1 次提交
  19. 29 5月, 2009 1 次提交
  20. 23 5月, 2009 1 次提交
  21. 07 5月, 2009 1 次提交
  22. 23 4月, 2009 5 次提交
  23. 28 3月, 2009 1 次提交
  24. 17 3月, 2009 1 次提交
  25. 28 2月, 2009 1 次提交
  26. 30 1月, 2009 2 次提交
  27. 13 1月, 2009 1 次提交
  28. 26 11月, 2008 1 次提交
    • D
      orinoco: Provide option to avoid unnecessary fw caching · 39d1ffee
      David Kilroy 提交于
      Make firmware caching on startup optional, and make it default.
      
      When the option is not selected and PM_SLEEP is configured, then
      cache firmware in the suspend pm_notifier. This configuration saves
      about 64k RAM in normal use, but can lead to a situation where the
      driver is configured to use a different firmware.
      
      Signed-off by: David Kilroy <kilroyd@googlemail.com>
      Signed-off-by: NJohn W. Linville <linville@tuxdriver.com>
      39d1ffee