OSDN Git Service

mac80211: tx: avoid variable shadowing
authorJohannes Berg <johannes.berg@intel.com>
Fri, 9 Nov 2018 10:16:46 +0000 (11:16 +0100)
committerJohannes Berg <johannes.berg@intel.com>
Fri, 9 Nov 2018 10:17:25 +0000 (11:17 +0100)
commite0ba7095433a717a62d163dafe0fc2b0eba70d4b
tree8e8e5b4af2e10854aaeef21f09dacb3e8fab5164
parent63c713e1e810a5470d96e2a74ab288d14e45aa14
mac80211: tx: avoid variable shadowing

We have a bool and an __le16 called qos, rename the inner __le16
to 'qoshdr' to make it more obvious and to avoid sparse warnings.

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