[PATCH] mac80211: fix memory leak when defrag fragments
authorHong Liu <hong.liu@intel.com>
Thu, 17 May 2007 03:13:44 +0000 (11:13 +0800)
committerJohn W. Linville <linville@tuxdriver.com>
Tue, 29 May 2007 14:34:05 +0000 (10:34 -0400)
commite8fdeca241e17dcc5b8f2465be8e1a6347c62fb9
tree33a1630c15f1aa1d46eff3c9792de0b8a7aacc63
parentf11b0f0eb2ea7562db63a01c60d398ec52d5ea46
[PATCH] mac80211: fix memory leak when defrag fragments

We forget to free all the fragments when defraging them into one packet.

Signed-off-by: Hong Liu <hong.liu@intel.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
net/mac80211/ieee80211.c