|
@@ -1028,6 +1028,7 @@ void ieee80211_send_probe_req(struct ieee80211_sub_if_data *sdata, u8 *dst,
|
|
|
|
|
|
IEEE80211_SKB_CB(skb)->flags |= IEEE80211_TX_INTFL_DONT_ENCRYPT;
|
|
IEEE80211_SKB_CB(skb)->flags |= IEEE80211_TX_INTFL_DONT_ENCRYPT;
|
|
ieee80211_tx_skb(sdata, skb);
|
|
ieee80211_tx_skb(sdata, skb);
|
|
|
|
+ kfree(buf);
|
|
}
|
|
}
|
|
|
|
|
|
u32 ieee80211_sta_get_rates(struct ieee80211_local *local,
|
|
u32 ieee80211_sta_get_rates(struct ieee80211_local *local,
|