Home
last modified time | relevance | path

Searched refs:set_frag_threshold (Results 1 – 7 of 7) sorted by relevance

/OK3568_Linux_fs/kernel/net/mac80211/
H A Ddriver-ops.h400 if (local->ops->set_frag_threshold) in drv_set_frag_threshold()
401 ret = local->ops->set_frag_threshold(&local->hw, value); in drv_set_frag_threshold()
H A Dmain.c915 !local->ops->set_frag_threshold)) in ieee80211_register_hw()
/OK3568_Linux_fs/kernel/drivers/net/wireless/
H A Drndis_wlan.c1230 static int set_frag_threshold(struct usbnet *usbdev, u32 frag_threshold) in set_frag_threshold() function
1870 err = set_frag_threshold(usbdev, wiphy->frag_threshold); in rndis_set_wiphy_params()
/OK3568_Linux_fs/kernel/include/net/
H A Dmac80211.h3967 int (*set_frag_threshold)(struct ieee80211_hw *hw, u32 value); member
/OK3568_Linux_fs/kernel/drivers/net/wireless/ath/ath11k/
H A Dmac.c5964 .set_frag_threshold = ath11k_mac_op_set_frag_threshold,
/OK3568_Linux_fs/kernel/drivers/net/wireless/ti/wlcore/
H A Dmain.c6020 .set_frag_threshold = wl1271_op_set_frag_threshold,
/OK3568_Linux_fs/kernel/drivers/net/wireless/ath/ath10k/
H A Dmac.c9277 .set_frag_threshold = ath10k_mac_op_set_frag_threshold,