#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_ */Overall Contributors
Person | Tokens | Prop | Commits | CommitProp | |
michael buesch | michael buesch | 25 | 75.76% | 2 | 66.67% |
johannes berg | johannes berg | 8 | 24.24% | 1 | 33.33% |
Total | 33 | 100.00% | 3 | 100.00% |