]> git.baikalelectronics.ru Git - kernel.git/commit
mac80211: mesh STAs only process mesh beacons
authorThomas Pedersen <thomas@cozybit.com>
Sun, 21 Oct 2012 02:03:10 +0000 (19:03 -0700)
committerJohannes Berg <johannes.berg@intel.com>
Tue, 23 Oct 2012 17:52:52 +0000 (19:52 +0200)
commit959af62984e25cea341b4d657cb06a6da6a8dbc0
tree41e11a1dce7c1708459f9e8d9aa5a713a9c3dcdb
parenteb8da85a3f13a82feac0bdb040cd62610b762b19
mac80211: mesh STAs only process mesh beacons

Before, a mesh STA would execute some code on behalf of AP or IBSS
beacons. Since the mesh stack currently does not consider anything but
other mesh STAs interesting, limit processing to just these and save a
little overhead.

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