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

/net/mac80211/
H A Dtrace.h32 __field(u32, chan_width) \
37 __entry->chan_width = (c)->width; \
41 #define CHANDEF_PR_ARG __entry->control_freq, __entry->chan_width, \
1409 u32 chan_width; member in struct:trace_chandef_entry
1460 SWITCH_ENTRY_ASSIGN(old_chandef.chan_width,
1468 SWITCH_ENTRY_ASSIGN(new_chandef.chan_width,
H A Drate.c364 enum nl80211_chan_width chan_width,
394 switch (chan_width) {
413 if (chan_width == NL80211_CHAN_WIDTH_40)
578 enum nl80211_chan_width chan_width; local
619 chan_width = sdata->vif.bss_conf.chandef.width;
625 rate_idx_match_mask(&rates[i], sband, chan_width, mask,
362 rate_idx_match_mask(struct ieee80211_tx_rate *rate, struct ieee80211_supported_band *sband, enum nl80211_chan_width chan_width, u32 mask, u8 mcs_mask[IEEE80211_HT_MCS_MASK_LEN]) argument

Completed in 146 milliseconds