diff options
author | Johannes Berg <johannes.berg@intel.com> | 2016-03-31 20:02:06 +0300 |
---|---|---|
committer | Johannes Berg <johannes.berg@intel.com> | 2016-04-06 13:18:15 +0200 |
commit | 2df8bfd7240117b91241a01e3f50f2e83827ccab (patch) | |
tree | f5b93105a9716735d83d7236c437c2e3c803b497 /net/mac80211/ocb.c | |
parent | 0be6ed133835b1a5e492f86099ce372b5a2e2296 (diff) | |
download | linux-stable-2df8bfd7240117b91241a01e3f50f2e83827ccab.tar.gz linux-stable-2df8bfd7240117b91241a01e3f50f2e83827ccab.tar.bz2 linux-stable-2df8bfd7240117b91241a01e3f50f2e83827ccab.zip |
mac80211: remove rx_stats.last_rx update after sta alloc
There's no need to update rx_stats.last_rx after allocating
a station since it's already updated during allocation.
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Diffstat (limited to 'net/mac80211/ocb.c')
-rw-r--r-- | net/mac80211/ocb.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/net/mac80211/ocb.c b/net/mac80211/ocb.c index 0be0aadfc559..88e6ebbbe24f 100644 --- a/net/mac80211/ocb.c +++ b/net/mac80211/ocb.c @@ -75,8 +75,6 @@ void ieee80211_ocb_rx_no_sta(struct ieee80211_sub_if_data *sdata, if (!sta) return; - sta->rx_stats.last_rx = jiffies; - /* Add only mandatory rates for now */ sband = local->hw.wiphy->bands[band]; sta->sta.supp_rates[band] = |