mac80211: fix kmalloc vs. net_ratelimit
authorJohannes Berg <johannes@sipsolutions.net>
Mon, 25 Feb 2008 23:39:28 +0000 (00:39 +0100)
committerJohn W. Linville <linville@tuxdriver.com>
Thu, 28 Feb 2008 14:13:10 +0000 (09:13 -0500)
commit03147dfc8a3756439f0cc54aa181f30067f1b21b
tree215d8456d02c9f7dd8f7ed54da8365f0117d4e00
parent53b3f8e47a38f39836da1c9f9d2ea9a9c164c8f4
mac80211: fix kmalloc vs. net_ratelimit

The "goto end;" part definitely must not be rate limited.

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