From: Johannes Berg Date: Thu, 23 Oct 2008 07:40:01 +0000 (+0200) Subject: wireless: remove write-only 'granted' variable X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=f3e63db2e5998bf01852c72d8fa3d8cf988fb6cd;p=linux-beck.git wireless: remove write-only 'granted' variable Signed-off-by: Johannes Berg Signed-off-by: John W. Linville --- diff --git a/net/wireless/reg.c b/net/wireless/reg.c index 5dab72db54b9..00c326b66c03 100644 --- a/net/wireless/reg.c +++ b/net/wireless/reg.c @@ -45,7 +45,6 @@ /* wiphy is set if this request's initiator is REGDOM_SET_BY_DRIVER */ struct regulatory_request { struct wiphy *wiphy; - int granted; enum reg_set_by initiator; char alpha2[2]; }; @@ -744,7 +743,6 @@ static int __set_regdom(const struct ieee80211_regdomain *rd) /* Tada! */ cfg80211_regdomain = rd; - last_request->granted = 1; return 0; }