]> git.baikalelectronics.ru Git - kernel.git/commit
mac80211: fix mesh_sta_info_get() reshuffle damage
authorThomas Pedersen <thomas@cozybit.com>
Sun, 27 Jan 2013 01:00:02 +0000 (17:00 -0800)
committerJohannes Berg <johannes.berg@intel.com>
Mon, 28 Jan 2013 12:15:34 +0000 (13:15 +0100)
commit5e676b60f0a91e386ab02add081c3548585a932d
tree2ef341cd663a3d781cd8200b76d13d2fc7213cac
parent651400a97f786368b57a9c23a3302f311cb7bf78
mac80211: fix mesh_sta_info_get() reshuffle damage

Before "mac80211: clean up mesh sta allocation warning"
was applied, mesh_sta_info_get() was reshuffled to please
sparse. As a result we neglect to initialize newly created
STAs. Fix this.

Signed-off-by: Thomas Pedersen <thomas@cozybit.com>
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
net/mac80211/mesh_plink.c