1. 22 Aug, 2017 33 commits
  2. 20 Aug, 2017 7 commits
    • Larry Finger's avatar
      staging: rtlwifi: Reviewers fixes · a575de2d
      Larry Finger authored
      This commit adds the TODO file and implements some reviewers comments
      made against some patches to the wireless tree.
      Signed-off-by: default avatarLarry Finger <Larry.Finger@lwfinger.net>
      Cc: Ping-Ke Shih <pkshih@realtek.com>
      Cc: Yan-Hsuan Chuang <yhchuang@realtek.com>
      Cc: Birming Chiu <birming@realtek.com>
      Cc: Shaofu <shaofu@realtek.com>
      Cc: Steven Ting <steventing@realtek.com>
      Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
      a575de2d
    • Larry Finger's avatar
      staging: r8822be: Add Makefiles and Kconfig for new driver · 5b5ab4cb
      Larry Finger authored
      The RTL8822BE, an 802.11ac wireless network card, is now appearing in
      new computers. Its driver is being placed in staging to reduce the time
      that users of this new card will have access to in-kernel drivers.
      
      This commit enables building of the new driver. For this version, all
      routines are built into a single module r8822be. When this driver is
      moved to the wireless tree, halmac, phydm, and rtl8822be will become
      new modules.
      Signed-off-by: default avatarLarry Finger <Larry.Finger@lwfinger.net>
      Cc: Ping-Ke Shih <pkshih@realtek.com>
      Cc: Yan-Hsuan Chuang <yhchuang@realtek.com>
      Cc: Birming Chiu <birming@realtek.com>
      Cc: Shaofu <shaofu@realtek.com>
      Cc: Steven Ting <steventing@realtek.com>
      Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
      5b5ab4cb
    • Ping-Ke Shih's avatar
      staging: r8822be: Add the driver code · 7e5b796c
      Ping-Ke Shih authored
      The RTL8822BE, an 802.11ac wireless network card, is now appearing in
      new computers. Its driver is being placed in staging to reduce the time
      that users of this new card will have access to in-kernel drivers.
      
      This commit adds the code for the new r8822be driver.
      Signed-off-by: default avatarPing-Ke Shih <pkshih@realtek.com>
      Signed-off-by: default avatarLarry Finger <Larry.Finger@lwfinger.net>
      Cc: Yan-Hsuan Chuang <yhchuang@realtek.com>
      Cc: Birming Chiu <birming@realtek.com>
      Cc: Shaofu <shaofu@realtek.com>
      Cc: Steven Ting <steventing@realtek.com>
      Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
      7e5b796c
    • Ping-Ke Shih's avatar
      staging: r8822be: Add phydm mini driver · 9ce99b04
      Ping-Ke Shih authored
      The RTL8822BE, an 802.11ac wireless network card, is now appearing in
      new computers. Its driver is being placed in staging to reduce the time
      that users of this new card will have access to in-kernel drivers.
      
      New Realtek wireless devices have a new method for PHY control and
      dynamic management. The RTL8822BE is the first of these devices, thus
      there is additional code required.
      
      In the final version, this code will be a separate module; however,
      it is combined with the r8822be driver to minimize the interference
      with the drivers in the wireless tree.
      Signed-off-by: default avatarPing-Ke Shih <pkshih@realtek.com>
      Signed-off-by: default avatarLarry Finger <Larry.Finger@lwfinger.net>
      Cc: Yan-Hsuan Chuang <yhchuang@realtek.com>
      Cc: Birming Chiu <birming@realtek.com>
      Cc: Shaofu <shaofu@realtek.com>
      Cc: Steven Ting <steventing@realtek.com>
      Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
      9ce99b04
    • Ping-Ke Shih's avatar
      staging: r8822be: Add code for halmac sub-driver · 938a0447
      Ping-Ke Shih authored
      The RTL8822BE, an 802.11ac wireless network card, is now appearing in
      new computers. Its driver is being placed in staging to reduce the time
      that users of this new card will have access to in-kernel drivers.
      
      New Realtek devices implement a common sub-driver to control the MAC
      layer. The RTL8822BE is the first of these devices, thus its introduction
      involves some extra code. In the wireless tree, this will be a separate
      module; however, it is compiled into the 8822be driver here.
      Signed-off-by: default avatarPing-Ke Shih <pkshih@realtek.com>
      Signed-off-by: default avatarLarry Finger <Larry.Finger@lwfinger.net>
      Cc: Yan-Hsuan Chuang <yhchuang@realtek.com>
      Cc: Birming Chiu <birming@realtek.com>
      Cc: Shaofu <shaofu@realtek.com>
      Cc: Steven Ting <steventing@realtek.com>
      Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
      938a0447
    • Ping-Ke Shih's avatar
      staging: r8822be: Add r8822be btcoexist routines to staging · b53b764b
      Ping-Ke Shih authored
      The RTL8822BE, an 802.11ac wireless network card, is now appearing in
      new computers. Its driver is being placed in staging to reduce the time
      that users of this new card will have access to in-kernel drivers.
      
      This commit adds the routines needed for BT coexistence with the
      new driver.
      Signed-off-by: default avatarPing-Ke Shih <pkshih@realtek.com>
      Signed-off-by: default avatarLarry Finger <Larry.Finger@lwfinger.net>
      Cc: Yan-Hsuan Chuang <yhchuang@realtek.com>
      Cc: Birming Chiu <birming@realtek.com>
      Cc: Shaofu <shaofu@realtek.com>
      Cc: Steven Ting <steventing@realtek.com>
      Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
      b53b764b
    • Larry Finger's avatar
      staging: r8822be: Copy existing btcoexist code into staging · fbdc6ba8
      Larry Finger authored
      The RTL8822BE, an 802.11ac wireless network card, is now appearing in
      new computers. Its driver is being placed in staging to reduce the time
      that users of this new card will have access to in-kernel drivers.
      
      This commit copies the existing routines from .../rtlwifi/btcoexist/
      into staging. There are no changes other than removing all EXPORT
      statements, and the fixing of checkpatch messages. The latter will
      be backported to the wireless tree.
      Signed-off-by: default avatarLarry Finger <Larry.Finger@lwfinger.net>
      Cc: Ping-Ke Shih <pkshih@realtek.com>
      Cc: Yan-Hsuan Chuang <yhchuang@realtek.com>
      Cc: Birming Chiu <birming@realtek.com>
      Cc: Shaofu <shaofu@realtek.com>
      Cc: Steven Ting <steventing@realtek.com>
      Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
      fbdc6ba8