1. 18 11月, 2015 2 次提交
  2. 21 10月, 2015 1 次提交
    • J
      New driver: rtl8xxxu (mac80211) · 26f1fad2
      Jes Sorensen 提交于
      This is an alternate driver for a number of Realtek WiFi USB devices,
      including RTL8723AU, RTL8188CU, RTL8188RU, RTL8191CU, and RTL8192CU.
      It was written from scratch utilizing the Linux mac80211 stack.
      
      After spending months cleaning up the vendor provided rtl8723au
      driver, which comes with it's own 802.11 stack included, I decided to
      rewrite this driver from the bottom up.
      
      Many thanks to Johannes Berg for 802.11 insights and help and Larry
      Finger for help with the vendor driver.
      
      The full git log for the development of this driver can be found here:
      git git://git.kernel.org/pub/scm/linux/kernel/git/jes/linux.git
          branch rtl8723au-mac80211
      
      This driver is still under development, but has proven to be very
      stable for me. It currently supports station mode only. It has support
      for OFDM and CCK rates. It does lack certain features found in the
      staging driver, such as power management, AMPDU, and 40MHz channel
      support. In addition it does not support AD-HOC, AP, and monitor mode
      support at this point.
      
      The driver is known to work with the following devices:
      Lenovo Yoga (rtl8723au)
      TP-Link TL-WN823N (rtl8192cu)
      Etekcity 6R (rtl8188cu)
      Daffodil LAN03 (rtl8188cu)
      Alfa AWUS036NHR (rtl8188ru)
      Signed-off-by: NJes Sorensen <Jes.Sorensen@redhat.com>
      Signed-off-by: NKalle Valo <kvalo@codeaurora.org>
      26f1fad2
  3. 14 10月, 2015 1 次提交
  4. 28 5月, 2015 1 次提交
    • J
      add mt7601u driver · c869f77d
      Jakub Kicinski 提交于
      Add support for the simplest of MediaTek Wi-Fi devices - MT7601U.
      It is a single stream bgn chip with no bells or whistles.
      This driver is partially based on Felix's mt76 but IMHO it doesn't
      make sense to merge the two right now because MT7601U is a design
      somewhere between old Ralink devices and new Mediatek chips.  There
      wouldn't be all that much code sharing with the devices mt76 supports.
      Situation may obviously change when someone decides to extend m76 with
      support for the more recent USB dongles.
      
      The driver supports only station mode.  I'm hoping to add AP support
      when time allows.
      
      This driver sat on GitHub for quite a while and got some testing there:
      http://github.com/kuba-moo/mt7601uSigned-off-by: NJakub Kicinski <kubakici@wp.pl>
      Signed-off-by: NKalle Valo <kvalo@codeaurora.org>
      c869f77d
  5. 07 8月, 2014 1 次提交
  6. 18 3月, 2014 1 次提交
  7. 15 3月, 2014 1 次提交
  8. 04 3月, 2014 1 次提交
  9. 30 5月, 2013 1 次提交
  10. 23 1月, 2013 1 次提交
  11. 18 12月, 2012 1 次提交
  12. 11 7月, 2012 1 次提交
  13. 12 4月, 2012 1 次提交
  14. 12 10月, 2011 1 次提交
  15. 31 3月, 2011 1 次提交
  16. 22 2月, 2011 3 次提交
  17. 16 12月, 2010 1 次提交
  18. 12 10月, 2010 1 次提交
    • K
      wl1251: move to it's own directory · 9bc6772e
      Kalle Valo 提交于
      wl1271 driver is under heavy development but on the other hand the older
      wl1251 driver is currently considered more as a legacy driver. To make it
      easier to develop wl1271 features move wl1251 to it's own directory,
      drivers/net/wireless/wl1251.
      
      There are no functional changes, only moving of files. One regression
      is that Kconfig won't be updated automatically and user needs to enable
      wl1251 manually with an older config file.
      Signed-off-by: NKalle Valo <kvalo@adurom.com>
      Signed-off-by: NJohn W. Linville <linville@tuxdriver.com>
      9bc6772e
  19. 11 5月, 2010 1 次提交
  20. 27 4月, 2010 1 次提交
  21. 17 4月, 2010 1 次提交
  22. 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
  23. 31 10月, 2009 6 次提交
  24. 10 10月, 2009 1 次提交
  25. 08 10月, 2009 2 次提交
  26. 02 10月, 2009 1 次提交
  27. 23 9月, 2009 1 次提交
  28. 15 9月, 2009 1 次提交
  29. 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
  30. 03 9月, 2009 1 次提交
  31. 02 9月, 2009 1 次提交