kernel: update mtk wed header

Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
This commit is contained in:
Tianling Shen 2023-02-25 13:02:10 +08:00
parent 365c259b1d
commit e4682b37f9
No known key found for this signature in database
GPG Key ID: 6850B6345C862176

View File

@ -52,6 +52,12 @@ mtk_wed_device_attach(struct mtk_wed_device *dev)
return ret;
}
static inline bool
mtk_wed_get_rx_capa(struct mtk_wed_device *dev)
{
return false;
}
static inline bool mtk_wed_device_active(struct mtk_wed_device *dev)
{
return false;