]> git.baikalelectronics.ru Git - kernel.git/commit
Revert "mac80211: use a struct for bss->mesh_config"
authorJohn W. Linville <linville@tuxdriver.com>
Tue, 8 Apr 2008 18:15:46 +0000 (14:15 -0400)
committerJohn W. Linville <linville@tuxdriver.com>
Tue, 8 Apr 2008 18:15:46 +0000 (14:15 -0400)
commit3f6c230f1b6460f0968df008372b143e3c23183b
treed1ffcbb1e88cf38eb2dc40efa80f2f6d45aa9c24
parent3903d066529abab3f6805d578bcb1c334f91d2ff
Revert "mac80211: use a struct for bss->mesh_config"

This reverts commit 6e83d51c78d0b264b667e070a64e4715d129ec78.

That patch breaks mesh config comparison between beacons/probe reponses, so
every beacon from a mesh network would be added as a new bss. Since the
comparison has to be performed for every received beacon I believe it is best to
save the mesh config in a format easy to compare, rather than do a bunch of
unaligned accesses to compare field by field.

Signed-off-by: John W. Linville <linville@tuxdriver.com>
net/mac80211/ieee80211_i.h
net/mac80211/ieee80211_sta.c
net/mac80211/mesh.c
net/mac80211/mesh.h