Home
last modified time | relevance | path

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

/linux-3.3/drivers/staging/wlan-ng/
Dprism2sta.c772 &hw->cap_sup_sta, in prism2sta_getcardinfo()
781 hw->cap_sup_sta.role = le16_to_cpu(hw->cap_sup_sta.role); in prism2sta_getcardinfo()
782 hw->cap_sup_sta.id = le16_to_cpu(hw->cap_sup_sta.id); in prism2sta_getcardinfo()
783 hw->cap_sup_sta.variant = le16_to_cpu(hw->cap_sup_sta.variant); in prism2sta_getcardinfo()
784 hw->cap_sup_sta.bottom = le16_to_cpu(hw->cap_sup_sta.bottom); in prism2sta_getcardinfo()
785 hw->cap_sup_sta.top = le16_to_cpu(hw->cap_sup_sta.top); in prism2sta_getcardinfo()
787 if (hw->cap_sup_sta.id == 0x04) { in prism2sta_getcardinfo()
790 hw->cap_sup_sta.role, hw->cap_sup_sta.id, in prism2sta_getcardinfo()
791 hw->cap_sup_sta.variant, hw->cap_sup_sta.bottom, in prism2sta_getcardinfo()
792 hw->cap_sup_sta.top); in prism2sta_getcardinfo()
[all …]
Dhfa384x.h1314 hfa384x_caplevel_t cap_sup_sta; member