1. 18 11月, 2015 23 次提交
  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 次提交