|
@@ -2308,6 +2308,10 @@ enum ieee80211_hw_flags {
|
|
* supported by HW.
|
|
* supported by HW.
|
|
* @max_nan_de_entries: maximum number of NAN DE functions supported by the
|
|
* @max_nan_de_entries: maximum number of NAN DE functions supported by the
|
|
* device.
|
|
* device.
|
|
|
|
+ *
|
|
|
|
+ * @tx_sk_pacing_shift: Pacing shift to set on TCP sockets when frames from
|
|
|
|
+ * them are encountered. The default should typically not be changed,
|
|
|
|
+ * unless the driver has good reasons for needing more buffers.
|
|
*/
|
|
*/
|
|
struct ieee80211_hw {
|
|
struct ieee80211_hw {
|
|
struct ieee80211_conf conf;
|
|
struct ieee80211_conf conf;
|
|
@@ -2343,6 +2347,7 @@ struct ieee80211_hw {
|
|
u8 n_cipher_schemes;
|
|
u8 n_cipher_schemes;
|
|
const struct ieee80211_cipher_scheme *cipher_schemes;
|
|
const struct ieee80211_cipher_scheme *cipher_schemes;
|
|
u8 max_nan_de_entries;
|
|
u8 max_nan_de_entries;
|
|
|
|
+ u8 tx_sk_pacing_shift;
|
|
};
|
|
};
|
|
|
|
|
|
static inline bool _ieee80211_hw_check(struct ieee80211_hw *hw,
|
|
static inline bool _ieee80211_hw_check(struct ieee80211_hw *hw,
|