drivers/net/wireless/broadcom/b43/rfkill.h

Source file repositories/reference/linux-study-clean/drivers/net/wireless/broadcom/b43/rfkill.h

File Facts

System
Linux kernel
Corpus path
drivers/net/wireless/broadcom/b43/rfkill.h
Extension
.h
Size
253 bytes
Lines
13
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 B43_RFKILL_H_
#define B43_RFKILL_H_

struct ieee80211_hw;
struct b43_wldev;

void b43_rfkill_poll(struct ieee80211_hw *hw);

bool b43_is_hw_radio_enabled(struct b43_wldev *dev);

#endif /* B43_RFKILL_H_ */

Annotation

Implementation Notes