提交 546c80c9 编写于 作者: L Luis R. Rodriguez 提交者: John W. Linville

mac80211: remove kdoc references to IEEE80211_HW_HOST_GEN_BEACON_TEMPLATE

IEEE80211_HW_HOST_GEN_BEACON_TEMPLATE was made unnecessary in
the recent revamp on beacon configuration.
Signed-off-by: NLuis R. Rodriguez <lrodriguez@atheros.com>
Signed-off-by: NJohn W. Linville <linville@tuxdriver.com>
上级 d47c3ceb
...@@ -708,10 +708,7 @@ enum ieee80211_tkip_key_type { ...@@ -708,10 +708,7 @@ enum ieee80211_tkip_key_type {
* rely on the host system for such buffering. This option is used * rely on the host system for such buffering. This option is used
* to configure the IEEE 802.11 upper layer to buffer broadcast and * to configure the IEEE 802.11 upper layer to buffer broadcast and
* multicast frames when there are power saving stations so that * multicast frames when there are power saving stations so that
* the driver can fetch them with ieee80211_get_buffered_bc(). Note * the driver can fetch them with ieee80211_get_buffered_bc().
* that not setting this flag works properly only when the
* %IEEE80211_HW_HOST_GEN_BEACON_TEMPLATE is also not set because
* otherwise the stack will not know when the DTIM beacon was sent.
* *
* @IEEE80211_HW_2GHZ_SHORT_SLOT_INCAPABLE: * @IEEE80211_HW_2GHZ_SHORT_SLOT_INCAPABLE:
* Hardware is not capable of short slot operation on the 2.4 GHz band. * Hardware is not capable of short slot operation on the 2.4 GHz band.
...@@ -1099,10 +1096,8 @@ enum ieee80211_ampdu_mlme_action { ...@@ -1099,10 +1096,8 @@ enum ieee80211_ampdu_mlme_action {
* See the section "Frame filtering" for more information. * See the section "Frame filtering" for more information.
* This callback must be implemented and atomic. * This callback must be implemented and atomic.
* *
* @set_tim: Set TIM bit. If the hardware/firmware takes care of beacon * @set_tim: Set TIM bit. mac80211 calls this function when a TIM bit
* generation (that is, %IEEE80211_HW_HOST_GEN_BEACON_TEMPLATE is set) * must be set or cleared for a given AID. Must be atomic.
* mac80211 calls this function when a TIM bit must be set or cleared
* for a given AID. Must be atomic.
* *
* @set_key: See the section "Hardware crypto acceleration" * @set_key: See the section "Hardware crypto acceleration"
* This callback can sleep, and is only called between add_interface * This callback can sleep, and is only called between add_interface
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册