OSDN Git Service

mac80211: remove pointless flags=0 assignment
authorJohannes Berg <johannes.berg@intel.com>
Fri, 20 Apr 2018 10:49:23 +0000 (13:49 +0300)
committerJohannes Berg <johannes.berg@intel.com>
Mon, 7 May 2018 18:50:07 +0000 (20:50 +0200)
commita403f3bf6390f085b7864814fb17567718c5a22c
treef8a220ce6a7abf64674397b120a47f633e17226e
parentbfb27814e3d89a6abf362542bc4b26d84debc5b6
mac80211: remove pointless flags=0 assignment

The data structure is initialized to all zeroes, and
we already rely on that in other places, so remove the
pointless assignment to 0.

Signed-off-by: Johannes Berg <johannes.berg@intel.com>
net/mac80211/sta_info.c