Lines Matching refs:wlc
141 #define CHANNEL_BANDUNIT(wlc, ch) \ argument
144 #define OTHERBANDUNIT(wlc) \ argument
145 ((uint)((wlc)->band->bandunit ? BAND_2G_INDEX : BAND_5G_INDEX))
216 #define BRCMS_STF_SS_STBC_TX(wlc, scb) \ argument
217 (((wlc)->stf->txstreams > 1) && (((wlc)->band->band_stf_stbc_tx == ON) \
219 (wlc)->band->band_stf_stbc_tx == AUTO && \
220 isset(&((wlc)->stf->ss_algo_channel), PHY_TXC1_MODE_STBC))))
222 #define BRCMS_STBC_CAP_PHY(wlc) (BRCMS_ISNPHY(wlc->band) && \ argument
223 NREV_GE(wlc->band->phyrev, 3))
225 #define BRCMS_SGI_CAP_PHY(wlc) ((BRCMS_ISNPHY(wlc->band) && \ argument
226 NREV_GE(wlc->band->phyrev, 3)) || \
227 BRCMS_ISLCNPHY(wlc->band))
314 struct brcms_c_info *wlc; member
575 struct brcms_c_info *wlc; /* pointer to main wlc structure */ member
611 struct brcms_c_info *wlc; member
619 int brcms_c_txfifo(struct brcms_c_info *wlc, uint fifo, struct sk_buff *p);
623 int brcms_c_set_gmode(struct brcms_c_info *wlc, u8 gmode, bool config);
624 void brcms_c_mac_promisc(struct brcms_c_info *wlc, uint filter_flags);
625 u16 brcms_c_calc_lsig_len(struct brcms_c_info *wlc, u32 ratespec, uint mac_len);
626 u32 brcms_c_rspec_to_rts_rspec(struct brcms_c_info *wlc, u32 rspec,
628 u16 brcms_c_compute_rtscts_dur(struct brcms_c_info *wlc, bool cts_only,
634 void brcms_c_update_probe_resp(struct brcms_c_info *wlc, bool suspend);
635 int brcms_c_set_nmode(struct brcms_c_info *wlc);
636 void brcms_c_beacon_phytxctl_txant_upd(struct brcms_c_info *wlc, u32 bcn_rate);