diff options
-rw-r--r-- | drivers/net/wireless/rt2x00/rt2x00rfkill.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/net/wireless/rt2x00/rt2x00rfkill.c b/drivers/net/wireless/rt2x00/rt2x00rfkill.c index 595efd05ce44..53f64b76a8c1 100644 --- a/drivers/net/wireless/rt2x00/rt2x00rfkill.c +++ b/drivers/net/wireless/rt2x00/rt2x00rfkill.c | |||
@@ -87,7 +87,8 @@ void rt2x00rfkill_allocate(struct rt2x00_dev *rt2x00dev) | |||
87 | { | 87 | { |
88 | struct input_polled_dev *poll_dev; | 88 | struct input_polled_dev *poll_dev; |
89 | 89 | ||
90 | if (test_bit(RFKILL_STATE_ALLOCATED, &rt2x00dev->rfkill_state)) | 90 | if (test_bit(RFKILL_STATE_ALLOCATED, &rt2x00dev->rfkill_state) || |
91 | !test_bit(CONFIG_SUPPORT_HW_BUTTON, &rt2x00dev->flags)) | ||
91 | return; | 92 | return; |
92 | 93 | ||
93 | poll_dev = input_allocate_polled_device(); | 94 | poll_dev = input_allocate_polled_device(); |