lkml.org 
[lkml]   [2020]   [Sep]   [7]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH 27/31] staging: wfx: fix naming of hif_tx_rate_retry_policy
    Date
    From: Jérôme Pouiller <jerome.pouiller@silabs.com>

    In the wfx driver, the prefix 'hif_mib_' is normally used for structures
    that represent a hardware message. hif_mib_tx_rate_retry_policy does not
    fall in this category. So, rename it.

    Signed-off-by: Jérôme Pouiller <jerome.pouiller@silabs.com>
    ---
    drivers/staging/wfx/hif_api_mib.h | 4 ++--
    1 file changed, 2 insertions(+), 2 deletions(-)

    diff --git a/drivers/staging/wfx/hif_api_mib.h b/drivers/staging/wfx/hif_api_mib.h
    index 73873d29456d..55bd399ccdfb 100644
    --- a/drivers/staging/wfx/hif_api_mib.h
    +++ b/drivers/staging/wfx/hif_api_mib.h
    @@ -305,7 +305,7 @@ struct hif_mib_set_uapsd_information {
    __le16 auto_trigger_step;
    } __packed;

    -struct hif_mib_tx_rate_retry_policy {
    +struct hif_tx_rate_retry_policy {
    u8 policy_index;
    u8 short_retry_count;
    u8 long_retry_count;
    @@ -324,7 +324,7 @@ struct hif_mib_tx_rate_retry_policy {
    struct hif_mib_set_tx_rate_retry_policy {
    u8 num_tx_rate_policies;
    u8 reserved[3];
    - struct hif_mib_tx_rate_retry_policy tx_rate_retry_policy[];
    + struct hif_tx_rate_retry_policy tx_rate_retry_policy[];
    } __packed;

    struct hif_mib_protected_mgmt_policy {
    --
    2.28.0
    \
     
     \ /
      Last update: 2020-09-07 12:19    [W:4.100 / U:0.244 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site