]> 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)
commit40c47b00b108626dced2548651f7be0201d3e571
treef2f679433b3c3e45083e85c265532063c071772c
parent17b31e94a604ca7ed2d258e605a105bd9994ef22
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