drivers/net/wireless/silabs/wfx/data_rx.h

Source file repositories/reference/linux-study-clean/drivers/net/wireless/silabs/wfx/data_rx.h

File Facts

System
Linux kernel
Corpus path
drivers/net/wireless/silabs/wfx/data_rx.h
Extension
.h
Size
380 bytes
Lines
18
Domain
Driver Families
Bucket
drivers/net
Inferred role
Driver Families: implementation source
Status
source implementation candidate

Why This File Exists

Repeatable hardware-adapter layer. Deep compatibility for every driver is out of scope; this atlas records patterns, probe lifecycles, bus glue, IRQ/DMA usage, and links back to core abstractions.

Dependency Surface

Detected Declarations

Annotated Snippet

#ifndef WFX_DATA_RX_H
#define WFX_DATA_RX_H

struct wfx_vif;
struct sk_buff;
struct wfx_hif_ind_rx;

void wfx_rx_cb(struct wfx_vif *wvif, const struct wfx_hif_ind_rx *arg, struct sk_buff *skb);

#endif

Annotation

Implementation Notes