// SPDX-License-Identifier: GPL-2.0-or-later /* Broadcom B43 wireless driver RFKILL support Copyright (c) 2007 Michael Buesch <[email protected]> */ #include "b43.h" /* Returns TRUE, if the radio is enabled in hardware. */ bool b43_is_hw_radio_enabled(struct b43_wldev *dev) { … } /* The poll callback for the hardware button. */ void b43_rfkill_poll(struct ieee80211_hw *hw) { … }