mac80211: mesh_plink: group basic fitness checks
authorBob Copeland <me@bobcopeland.com>
Tue, 5 Nov 2013 19:16:53 +0000 (11:16 -0800)
committerJohannes Berg <johannes.berg@intel.com>
Mon, 25 Nov 2013 19:49:58 +0000 (20:49 +0100)
commit32cb05bfe81ed00676a21d914db5729abe3f326f
tree13637decaa066dc2ad3338ce8c67e06f8a2d93ca
parente76d67f035649f1cc40603ab06ebcc1d2eb49253
mac80211: mesh_plink: group basic fitness checks

The initial frame checks differ depending on whether this is
a new peer or not, but they were all intermixed with sta checks
as necessary.  Group them together so the two cases are clearer.

Signed-off-by: Bob Copeland <bob@cozybit.com>
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
net/mac80211/mesh_plink.c