Searched defs:rts_thr (Results 1 - 2 of 2) sorted by relevance

/drivers/net/wireless/mwifiex/
H A Dcfg80211.c564 mwifiex_set_rts(struct mwifiex_private *priv, u32 rts_thr) argument
566 if (rts_thr < MWIFIEX_RTS_MIN_VALUE || rts_thr > MWIFIEX_RTS_MAX_VALUE)
567 rts_thr = MWIFIEX_RTS_MAX_VALUE;
571 &rts_thr, true);
H A Dfw.h1656 __le16 rts_thr; member in struct:host_cmd_tlv_rts_threshold

Completed in 144 milliseconds