]> asedeno.scripts.mit.edu Git - linux.git/blobdiff - net/wireless/wext-compat.c
Merge tag 'mailbox-v5.4' of git://git.linaro.org/landing-teams/working/fujitsu/integr...
[linux.git] / net / wireless / wext-compat.c
index 46e4d69db8453c35ec1d3895dfc52bb1baa08c2c..7b6529d81c61e4e58f45c654740f26deccbeae19 100644 (file)
@@ -7,6 +7,7 @@
  * we directly assign the wireless handlers of wireless interfaces.
  *
  * Copyright 2008-2009 Johannes Berg <johannes@sipsolutions.net>
+ * Copyright (C) 2019 Intel Corporation
  */
 
 #include <linux/export.h>
@@ -864,8 +865,8 @@ static int cfg80211_wext_siwtxpower(struct net_device *dev,
                        }
                }
        } else {
-               rfkill_set_sw_state(rdev->rfkill, true);
-               schedule_work(&rdev->rfkill_sync);
+               if (rfkill_set_sw_state(rdev->rfkill, true))
+                       schedule_work(&rdev->rfkill_block);
                return 0;
        }