rtase: Add support for a pci table in this module
authorJustin Lai <justinlai0215@realtek.com>
Wed, 4 Sep 2024 03:21:02 +0000 (11:21 +0800)
committerJakub Kicinski <kuba@kernel.org>
Fri, 6 Sep 2024 05:02:37 +0000 (22:02 -0700)
commita36e9f5cfe9eb3a1dce8769c7058251c42705357
treea9f6ba52a887834332d0c5a168a9bbc7f1755a62
parent502cc061de6692a9a8ca9bcf486de78e2664e869
rtase: Add support for a pci table in this module

Add support for a pci table in this module, and implement pci_driver
function to initialize this driver, remove this driver, or shutdown
this driver.

Signed-off-by: Justin Lai <justinlai0215@realtek.com>
Link: https://patch.msgid.link/20240904032114.247117-2-justinlai0215@realtek.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
drivers/net/ethernet/realtek/rtase/rtase.h [new file with mode: 0644]
drivers/net/ethernet/realtek/rtase/rtase_main.c [new file with mode: 0644]