Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/broadcom/b43/
H A Dphy_common.c419 u16 channelcookie, savedcookie; in b43_switch_channel() local
425 channelcookie = new_channel; in b43_switch_channel()
427 channelcookie |= B43_SHM_SH_CHAN_5GHZ; in b43_switch_channel()
430 channelcookie |= B43_SHM_SH_CHAN_40MHZ; in b43_switch_channel()
432 b43_shm_write16(dev, B43_SHM_SHARED, B43_SHM_SH_CHAN, channelcookie); in b43_switch_channel()