mac80211: correct skb allocation
authorEster Kummer <ester.kummer@intel.com>
Thu, 17 Apr 2008 23:05:14 +0000 (16:05 -0700)
committerJohn W. Linville <linville@tuxdriver.com>
Wed, 7 May 2008 19:02:12 +0000 (15:02 -0400)
commit3acea5b616c6d85008700a9d51cb02a81b2d0c67
treee8ca9fa0c00caa6144e677d148edc711dcc15f51
parent079a253383c711d388adce527b57bd09297ee83c
mac80211: correct skb allocation

This patch corrects the allocation of skb in ADDBA req/resp and DELBA
it removes redundant space u.addba_* are already counted in sizeof(*mgmt)

Signed-off-by: Ester Kummer <ester.kummer@intel.com>
Signed-off-by: Tomas Winkler <tomas.winkler@intel.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
net/mac80211/mlme.c