Home
last modified time | relevance | path

Searched refs:m_cur_channel (Results 1 – 1 of 1) sorted by relevance

/linux-2.6.39/drivers/staging/brcm80211/brcmsmac/phy/ !
Dwlc_phy_cmn.c1439 u16 m_cur_channel; in wlc_phy_chanspec_set() local
1444 m_cur_channel = CHSPEC_CHANNEL(chanspec); in wlc_phy_chanspec_set()
1446 m_cur_channel |= D11_CURCHANNEL_5G; in wlc_phy_chanspec_set()
1448 m_cur_channel |= D11_CURCHANNEL_40; in wlc_phy_chanspec_set()
1449 wlapi_bmac_write_shm(pi->sh->physhim, M_CURCHANNEL, m_cur_channel); in wlc_phy_chanspec_set()