diff options
author | Haijun Liu <haijun.liu@mediatek.com> | 2022-05-06 21:13:06 +0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2022-05-09 12:51:59 +0300 |
commit | 05d19bf500f8281f574713479b04679fa226d0a3 (patch) | |
tree | eaded8f9120754846584f6e8a27660aee5d219f6 /drivers/net/wwan/t7xx/Makefile | |
parent | d642b012df70a76dd5723f2d426b40bffe83ac49 (diff) | |
download | linux-05d19bf500f8281f574713479b04679fa226d0a3.tar.xz |
net: wwan: t7xx: Add WWAN network interface
Creates the Cross Core Modem Network Interface (CCMNI) which implements
the wwan_ops for registration with the WWAN framework, CCMNI also
implements the net_device_ops functions used by the network device.
Network device operations include open, close, start transmission, TX
timeout and change MTU.
Signed-off-by: Haijun Liu <haijun.liu@mediatek.com>
Co-developed-by: Chandrashekar Devegowda <chandrashekar.devegowda@intel.com>
Signed-off-by: Chandrashekar Devegowda <chandrashekar.devegowda@intel.com>
Co-developed-by: Ricardo Martinez <ricardo.martinez@linux.intel.com>
Signed-off-by: Ricardo Martinez <ricardo.martinez@linux.intel.com>
Reviewed-by: Loic Poulain <loic.poulain@linaro.org>
Reviewed-by: Ilpo Järvinen <ilpo.jarvinen@linux.intel.com>
Reviewed-by: Sergey Ryazanov <ryazanov.s.a@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/wwan/t7xx/Makefile')
-rw-r--r-- | drivers/net/wwan/t7xx/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/wwan/t7xx/Makefile b/drivers/net/wwan/t7xx/Makefile index 04a9ba50dc14..dc6a7d682c15 100644 --- a/drivers/net/wwan/t7xx/Makefile +++ b/drivers/net/wwan/t7xx/Makefile @@ -17,3 +17,4 @@ mtk_t7xx-y:= t7xx_pci.o \ t7xx_hif_dpmaif_tx.o \ t7xx_hif_dpmaif_rx.o \ t7xx_dpmaif.o \ + t7xx_netdev.o |