]> nv-tegra.nvidia Code Review - linux-3.10.git/commit
mac80211: consolidate deauth/disassoc
authorJohannes Berg <johannes@sipsolutions.net>
Tue, 9 Sep 2008 08:58:25 +0000 (10:58 +0200)
committerJohn W. Linville <linville@tuxdriver.com>
Thu, 11 Sep 2008 19:53:38 +0000 (15:53 -0400)
commitef422bc0ae934e6a46dfa63f0e27cad83b94234f
tree83a1a253efa6ca6704b034e17513fe9f82e11cde
parent9ac19a9084001695479a6d6dd67443cc5fb1df2f
mac80211: consolidate deauth/disassoc

deauth and disassoc frames are completely identical so there's
little point in having two functions to send them rather than
one that gets a parameter. This same a bit of code size.

Signed-off-by: Johannes Berg <johannes@sipsolutions.net>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
net/mac80211/mlme.c