|
@@ -1308,6 +1308,16 @@ ieee80211_get_alt_retry_rate(const struct ieee80211_hw *hw,
|
|
|
return &hw->wiphy->bands[c->band]->bitrates[c->control.rates[idx + 1].idx];
|
|
return &hw->wiphy->bands[c->band]->bitrates[c->control.rates[idx + 1].idx];
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
|
|
+/**
|
|
|
|
|
+ * ieee80211_free_txskb - free TX skb
|
|
|
|
|
+ * @hw: the hardware
|
|
|
|
|
+ * @skb: the skb
|
|
|
|
|
+ *
|
|
|
|
|
+ * Free a transmit skb. Use this funtion when some failure
|
|
|
|
|
+ * to transmit happened and thus status cannot be reported.
|
|
|
|
|
+ */
|
|
|
|
|
+void ieee80211_free_txskb(struct ieee80211_hw *hw, struct sk_buff *skb);
|
|
|
|
|
+
|
|
|
/**
|
|
/**
|
|
|
* DOC: Hardware crypto acceleration
|
|
* DOC: Hardware crypto acceleration
|
|
|
*
|
|
*
|