1. 30 12月, 2015 9 次提交
  2. 11 12月, 2015 1 次提交
  3. 26 11月, 2015 2 次提交
  4. 18 11月, 2015 1 次提交
  5. 17 11月, 2015 1 次提交
    • L
      rtlwifi: rtl8821ae: Fix lockups on boot · eeec5d0e
      Larry Finger 提交于
      In commit 54328e64 ("rtlwifi: rtl8821ae: Fix system lockups on boot"),
      an attempt was made to fix a regression introduced in commit 1277fa2a
      ("rtlwifi: Remove the clear interrupt routine from all drivers").
      Unfortunately, there were logic errors in that patch that prevented
      affected boxes from booting even after that patch was applied.
      
      The actual cause of the original problem is unknown as none of the
      developers have systems that are affected.
      
      Fixes: 54328e64 ("rtlwifi: rtl8821ae: Fix system lockups on boot")
      Signed-off-by: NLarry Finger <Larry.Finger@lwfinger.net>
      Cc: Stable <stable@vger.kernel.org> [V4.1+]
      Signed-off-by: NKalle Valo <kvalo@codeaurora.org>
      eeec5d0e
  6. 27 10月, 2015 1 次提交
  7. 24 10月, 2015 1 次提交
  8. 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
  9. 14 10月, 2015 2 次提交