Search Linux Wireless

Re: [PATCH 1/2] ath9k: RX timestamp is reported at end of frame

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Mon, Nov 12, 2012 at 7:47 PM, Thomas Pedersen <thomas@xxxxxxxxxxx> wrote:
> Tested with AR9280.
>
> Signed-off-by: Thomas Pedersen <thomas@xxxxxxxxxxx>
> ---
>  drivers/net/wireless/ath/ath9k/recv.c |    2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/net/wireless/ath/ath9k/recv.c b/drivers/net/wireless/ath/ath9k/recv.c
> index a04028b..d4df98a 100644
> --- a/drivers/net/wireless/ath/ath9k/recv.c
> +++ b/drivers/net/wireless/ath/ath9k/recv.c
> @@ -976,7 +976,7 @@ static int ath9k_rx_skb_preprocess(struct ath_common *common,
>         rx_status->freq = hw->conf.channel->center_freq;
>         rx_status->signal = ah->noise + rx_stats->rs_rssi;
>         rx_status->antenna = rx_stats->rs_antenna;
> -       rx_status->flag |= RX_FLAG_MACTIME_MPDU;
> +       rx_status->flag |= RX_FLAG_MACTIME_END;
>         if (rx_stats->rs_moreaggr)
>                 rx_status->flag |= RX_FLAG_NO_SIGNAL_VAL;

Thanks but can you clarify the implications of this change within the
commit log ? Was something not working, if not, why exactly is this
change important?

  Luis
--
To unsubscribe from this list: send the line "unsubscribe linux-wireless" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[Index of Archives]     [Linux Host AP]     [ATH6KL]     [Linux Wireless Personal Area Network]     [Linux Bluetooth]     [Linux Netdev]     [Kernel Newbies]     [Linux Kernel]     [IDE]     [Git]     [Netfilter]     [Bugtraq]     [Yosemite Hiking]     [MIPS Linux]     [ARM Linux]     [Linux RAID]

  Powered by Linux