OSDN Git Service

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)
commitcf47161ad26c293dd5f98186c0cc45d125da952c
treef2f679433b3c3e45083e85c265532063c071772c
parent5c48f1201744233d4f235c7dd916d5196ed20716
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