Browse Source

nl80211: Remove unused pending_send_action

This variable is assigned only once and never tested, so basically
unused.

Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Johannes Berg 14 years ago
parent
commit
f48ffe4364
1 changed files with 0 additions and 2 deletions
  1. 0 2
      src/drivers/driver_nl80211.c

+ 0 - 2
src/drivers/driver_nl80211.c

@@ -104,7 +104,6 @@ struct wpa_driver_nl80211_data {
 	int disable_11b_rates;
 
 	unsigned int pending_remain_on_chan:1;
-	unsigned int pending_send_action:1;
 	unsigned int added_bridge:1;
 	unsigned int added_if_into_bridge:1;
 
@@ -5092,7 +5091,6 @@ static int wpa_driver_nl80211_send_action(void *priv, unsigned int freq,
 	wpa_printf(MSG_DEBUG, "nl80211: Action TX command accepted; "
 		   "cookie 0x%llx", (long long unsigned int) cookie);
 	drv->send_action_cookie = cookie;
-	drv->pending_send_action = 1;
 	ret = 0;
 
 nla_put_failure: