diff options
author | Johannes Berg <johannes.berg@intel.com> | 2017-02-15 17:02:07 +0300 |
---|---|---|
committer | Johannes Berg <johannes.berg@intel.com> | 2017-03-06 11:21:43 +0300 |
commit | a858958b689211dcfe54cdd94c93160d2d659eba (patch) | |
tree | 2c5dfee349f132fc8068f8b8421c21a915f46bbc /net/mac80211/rate.h | |
parent | 2fb51c35815dc08638a7d9b1a497a9d7cb4109b8 (diff) | |
download | linux-a858958b689211dcfe54cdd94c93160d2d659eba.tar.xz |
mac80211: remove local pointer from rate_ctrl_ref
This pointer really isn't needed, so remove it.
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Diffstat (limited to 'net/mac80211/rate.h')
-rw-r--r-- | net/mac80211/rate.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/net/mac80211/rate.h b/net/mac80211/rate.h index 8d3260785b94..d51a1cce4d4a 100644 --- a/net/mac80211/rate.h +++ b/net/mac80211/rate.h @@ -20,7 +20,6 @@ #include "driver-ops.h" struct rate_control_ref { - struct ieee80211_local *local; const struct rate_control_ops *ops; void *priv; }; |