All of lore.kernel.org
 help / color / mirror / Atom feed
* handle_ba_action
@ 2007-10-01  7:04 Andrew Morton
  2007-10-01  8:41 ` handle_ba_action Tomas Winkler
  0 siblings, 1 reply; 2+ messages in thread
From: Andrew Morton @ 2007-10-01  7:04 UTC (permalink / raw)
  To: linux-wireless

Whoever added this to include/net/mac80211.h forgot to update
the ieee80211_ops comment block.

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: handle_ba_action
  2007-10-01  7:04 handle_ba_action Andrew Morton
@ 2007-10-01  8:41 ` Tomas Winkler
  0 siblings, 0 replies; 2+ messages in thread
From: Tomas Winkler @ 2007-10-01  8:41 UTC (permalink / raw)
  To: Andrew Morton; +Cc: linux-wireless

It will be replaced with something like

#ifdef CONFIG_MAC80211_HT_AGG
        /* move to Tx aggregation for a certain DA/TID.
         * return the starting frame's sequence number in start_seq_nums.
         * If aggregation can not be started on a certain TID return error,
         * else return success */
        int (*ht_tx_agg_start)(struct ieee80211_hw *hw, const u8 *ra, u16 tid,
                                        u16 *start_seq_num);

        /* stop Tx aggregation for a certain DA/TID.
         * If aggregation can not be stopped on a certain TID return error,
         * else return success. generator field gives the HW an indication who
         * requests to stop the aggregation - recipient (0) or initiator (1)
         */
        int (*ht_tx_agg_stop)(struct ieee80211_hw *hw, const u8 *ra, u16 tid);

        /* move to Rx aggregation for a certain DA/TID.
         * If aggregation can not be started on a certain TID return error,
         * else return success */
        int (*ht_rx_agg_start)(struct ieee80211_hw *hw, const u8 *ra, u16 tid,
                                u16 start_seq_num);

        /* stop Rx aggregation for a certain DA/TID.
         * If aggregation can not be stopped on a certain TID return error,
         * else return success. generator field gives the HW an indication who
         * requests to stop the aggregation - recipient (0) or initiator (1)
        */
        int (*ht_rx_agg_stop)(struct ieee80211_hw *hw, const u8 *ra, u16 tid,
                                int generator);
#endif /* CONFIG_MAC80211_HT_AGG */

On 10/1/07, Andrew Morton <akpm@linux-foundation.org> wrote:
> Whoever added this to include/net/mac80211.h forgot to update
> the ieee80211_ops comment block.
> -
> To unsubscribe from this list: send the line "unsubscribe linux-wireless" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
>

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2007-10-01  8:41 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-10-01  7:04 handle_ba_action Andrew Morton
2007-10-01  8:41 ` handle_ba_action Tomas Winkler

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.