Fixed tx() handler to use GFP_ATOMIC.

This commit is contained in:
Jouni Malinen 2008-06-10 15:49:06 +03:00
parent de08c7248d
commit a837861751
1 changed files with 1 additions and 1 deletions

View File

@ -113,7 +113,7 @@ static int mac80211_hwsim_tx(struct ieee80211_hw *hw, struct sk_buff *skb,
if (!data2->radio_enabled || data->freq != data2->freq)
continue;
nskb = skb_copy(skb, GFP_KERNEL);
nskb = skb_copy(skb, GFP_ATOMIC);
if (nskb == NULL)
continue;