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

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

File Facts

System
Linux kernel
Corpus path
drivers/net/wireless/broadcom/b43legacy/rfkill.h
Extension
.h
Size
295 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 B43legacy_RFKILL_H_
#define B43legacy_RFKILL_H_

struct ieee80211_hw;
struct b43legacy_wldev;

void b43legacy_rfkill_poll(struct ieee80211_hw *hw);

bool b43legacy_is_hw_radio_enabled(struct b43legacy_wldev *dev);

#endif /* B43legacy_RFKILL_H_ */

Annotation

Implementation Notes