• Balaji Pothunoori's avatar
    ath10k: average ack rssi support for data frames · c7fd8d23
    Balaji Pothunoori authored
    Average ack rssi value is weighted average of ack rssi for
    no of msdu's has been sent.
    This feature is enabled by the host driver if firmware is capable.
    After receiving event from host, firmware allocates the necessary
    memory to store the ack_rssi for data packets during the init time.
    
    After each successful transmission, If tx completion status is OK
    and 24th bit is set in HTT message header then host will fetch the
    ack_rssi else host can ignore the ack_rssi field.
    Signed-off-by: default avatarBalaji Pothunoori <bpothuno@codeaurora.org>
    Signed-off-by: default avatarKalle Valo <kvalo@codeaurora.org>
    c7fd8d23
mac.c 217 KB