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

/drivers/net/wireless/brcm80211/brcmsmac/
H A Dmain.c4411 struct shared_phy_params sha_params; local
4548 sha_params.sih = wlc_hw->sih;
4549 sha_params.physhim = wlc_hw->physhim;
4550 sha_params.unit = unit;
4551 sha_params.corerev = wlc_hw->corerev;
4552 sha_params.vid = wlc_hw->vendorid;
4553 sha_params.did = wlc_hw->deviceid;
4554 sha_params.chip = ai_get_chip_id(wlc_hw->sih);
4555 sha_params.chiprev = ai_get_chiprev(wlc_hw->sih);
4556 sha_params
[all...]

Completed in 35 milliseconds