1. 15 5月, 2019 1 次提交
  2. 14 5月, 2019 1 次提交
  3. 13 5月, 2019 2 次提交
  4. 09 5月, 2019 2 次提交
  5. 08 5月, 2019 1 次提交
  6. 07 5月, 2019 6 次提交
  7. 04 5月, 2019 1 次提交
  8. 03 5月, 2019 6 次提交
  9. 02 5月, 2019 1 次提交
  10. 01 5月, 2019 2 次提交
    • R
      MAINTAINERS: update entry for mt76 wireless driver · c92b5269
      Ryder Lee 提交于
      Roy and I actively join the development and review.
      Signed-off-by: NRyder Lee <ryder.lee@mediatek.com>
      Signed-off-by: NFelix Fietkau <nbd@nbd.name>
      c92b5269
    • Y
      rtw88: new Realtek 802.11ac driver · e3037485
      Yan-Hsuan Chuang 提交于
      This is a new mac80211 driver for Realtek 802.11ac wireless network chips.
      rtw88 now supports RTL8822BE/RTL8822CE now, with basic station mode
      functionalities. The firmware for both can be found at linux-firmware.
      
      https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git
      For RTL8822BE: rtw88/rtw8822b_fw.bin
      For RTL8822CE: rtw88/rtw8822c_fw.bin
      
      And for now, only PCI buses (RTL8xxxE) are supported. We will add support
      for USB and SDIO in the future. The bus interface abstraction can be seen
      in this driver such as hci.h. Most of the hardware setting are the same
      except for some TRX path or probing setup should be separated.
      
      Supported:
      
       * Basic STA/AP/ADHOC mode, and TDLS (STA is well tested)
      
      Missing feature:
      
       * WOW/PNO
       * USB & SDIO bus (such as RTL8xxxU/RTL8xxxS)
       * BT coexistence (8822B/8822C are combo ICs)
       * Multiple interfaces (for now single STA is better supported)
       * Dynamic hardware calibrations (to improve/stabilize performance)
      
      Potential problems:
      
       * static calibration spends too much time, and it is painful for
         driver to leave IDLE state. And slows down associate process.
         But reload function are under development, will be added soon!
       * TRX statictics misleading, as we are not reporting status correctly,
         or say, not reporting for "every" packet.
      
      The next patch set should have BT coexistence code since RTL8822B/C are
      combo ICs, and the driver for BT can be found after Linux Kernel v4.20.
      So it is better to add it first to make WiFi + BT work concurrently.
      
      Although now rtw88 is simple but we are developing more features for it.
      Even we want to add support for more chips such as RTL8821C/RTL8814B.
      
      Finally, rtw88 has many authors, listed alphabetically:
      
      Ping-Ke Shih <pkshih@realtek.com>
      Tzu-En Huang <tehuang@realtek.com>
      Yan-Hsuan Chuang <yhchuang@realtek.com>
      Reviewed-by: NStanislaw Gruszka <sgruszka@redhat.com>
      Reviewed-by: NBrian Norris <briannorris@chromium.org>
      Tested-by: NBrian Norris <briannorris@chromium.org>
      Signed-off-by: NYan-Hsuan Chuang <yhchuang@realtek.com>
      Signed-off-by: NKalle Valo <kvalo@codeaurora.org>
      e3037485
  11. 27 4月, 2019 1 次提交
  12. 26 4月, 2019 8 次提交
  13. 25 4月, 2019 3 次提交
  14. 23 4月, 2019 5 次提交