]> git.baikalelectronics.ru Git - kernel.git/commit
mac80211: rename 'sta_inf' variable to more common 'sta'
authorJohannes Berg <johannes.berg@intel.com>
Tue, 16 Jun 2015 14:16:38 +0000 (16:16 +0200)
committerJohannes Berg <johannes.berg@intel.com>
Fri, 17 Jul 2015 13:37:53 +0000 (15:37 +0200)
commitce5a8b9cc88fce60cf983d5e5e69c2fa84ef8d82
treef2f679433b3c3e45083e85c265532063c071772c
parente9a4740da0c3560db87be05cd6f2dec77bc538bd
mac80211: rename 'sta_inf' variable to more common 'sta'

We typically use 'sta' for the station info struct, and if needed
'pubsta' for the public (driver-visible) portion thereof. Do this
in the ieee80211_sta_ps_transition() function.

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