Changeset View
Changeset View
Standalone View
Standalone View
sys/net80211/ieee80211_vht.c
Show First 20 Lines • Show All 119 Lines • ▼ Show 20 Lines | ieee80211_vht_init(void) | ||||
ieee80211_send_action_register(IEEE80211_ACTION_CAT_VHT, | ieee80211_send_action_register(IEEE80211_ACTION_CAT_VHT, | ||||
WLAN_ACTION_VHT_COMPRESSED_BF, vht_send_action_placeholder); | WLAN_ACTION_VHT_COMPRESSED_BF, vht_send_action_placeholder); | ||||
ieee80211_send_action_register(IEEE80211_ACTION_CAT_VHT, | ieee80211_send_action_register(IEEE80211_ACTION_CAT_VHT, | ||||
WLAN_ACTION_VHT_GROUPID_MGMT, vht_send_action_placeholder); | WLAN_ACTION_VHT_GROUPID_MGMT, vht_send_action_placeholder); | ||||
ieee80211_send_action_register(IEEE80211_ACTION_CAT_VHT, | ieee80211_send_action_register(IEEE80211_ACTION_CAT_VHT, | ||||
WLAN_ACTION_VHT_OPMODE_NOTIF, vht_send_action_placeholder); | WLAN_ACTION_VHT_OPMODE_NOTIF, vht_send_action_placeholder); | ||||
} | } | ||||
SYSINIT(wlan_vht, SI_SUB_DRIVERS, SI_ORDER_FIRST, ieee80211_vht_init, NULL); | SYSINIT(wlan_vht, SI_SUB_DRIVERS, SI_ORDER_FIRST, ieee80211_vht_init); | ||||
void | void | ||||
ieee80211_vht_attach(struct ieee80211com *ic) | ieee80211_vht_attach(struct ieee80211com *ic) | ||||
{ | { | ||||
} | } | ||||
void | void | ||||
ieee80211_vht_detach(struct ieee80211com *ic) | ieee80211_vht_detach(struct ieee80211com *ic) | ||||
▲ Show 20 Lines • Show All 730 Lines • Show Last 20 Lines |