From: Jiri Slaby Date: Mon, 14 Jul 2008 10:43:23 +0000 (+0200) Subject: mac80211: tx, use dev_kfree_skb_any for beacon_get X-Git-Tag: v2.6.27-rc2~119^2~6^2~11 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1b0241656b658522a15e7aad570cb8ea6b255a2a;p=pandora-kernel.git mac80211: tx, use dev_kfree_skb_any for beacon_get Use dev_kfree_skb_any(); instead of dev_kfree_skb();, since ieee80211_beacon_get function might be called from atomic. (It's in a fail path.) Signed-off-by: Jiri Slaby Cc: Johannes Berg Cc: Michael Wu Signed-off-by: John W. Linville --- Reading git-diff-tree failed