Lines Matching defs:brcms_c_info
455 struct brcms_c_info { struct
456 struct brcms_pub *pub;
457 struct brcms_info *wl;
458 struct brcms_hardware *hw;
461 u16 fastpwrup_dly;
464 u32 macintstatus;
465 u32 macintmask;
466 u32 defmacintmask;
468 bool clk;
471 struct brcms_core *core;
472 struct brcms_band *band;
473 struct brcms_core *corestate;
474 struct brcms_band *bandstate[MAXBANDS];
477 uint qvalid;
479 struct ampdu_info *ampdu;
480 struct antsel_info *asi;
481 struct brcms_cm_info *cmi;
483 u16 vendorid;
484 u16 deviceid;
485 uint ucode_rev;
487 u8 perm_etheraddr[ETH_ALEN];
489 bool bandlocked;
490 bool bandinit_pending;
492 bool radio_monitor;
493 bool going_down;
495 bool beacon_template_virgin;
497 struct brcms_timer *wdtimer;
498 struct brcms_timer *radio_timer;
501 uint filter_flags;
504 bool _rifs;
507 u8 bcn_li_bcn;
508 u8 bcn_li_dtim;
510 bool WDarmed;
511 u32 WDlast;
514 u16 edcf_txop[IEEE80211_NUM_ACS];
516 u16 wme_retries[IEEE80211_NUM_ACS];
518 struct brcms_bss_cfg *bsscfg;
520 struct modulecb *modulecb;
522 u8 mimoft;
523 s8 cck_40txbw;
524 s8 ofdm_40txbw;
525 s8 mimo_40txbw;
527 struct brcms_bss_info *default_bss;
529 u16 mc_fid_counter;
531 char country_default[BRCM_CNTRY_BUF_SZ];
532 char autocountry_default[BRCM_CNTRY_BUF_SZ];
533 u16 prb_resp_timeout;
535 u16 home_chanspec;
538 u16 chanspec;
539 u16 usr_fragthresh;
540 u16 fragthresh[NFIFO];
541 u16 RTSThresh;
542 u16 SRL;
543 u16 LRL;
544 u16 SFBL;
545 u16 LFBL;
548 bool shortslot;
549 s8 shortslot_override;
550 bool include_legacy_erp;
552 struct brcms_protection *protection;
576 struct brcms_c_info *wlc; /* pointer to main wlc structure */ argument