qcacld-3.0: Add support to send rate information for mgmt frames
Add support to send rate information for mgmt frames. Currently default rates are used by target for the mgmt frames before association. If the AP does not support the default rates (1 Mbps for 2.4G and 6Mbps for 5G), STA would still send AUTH, ASSOC frames with the default rates. This change set will add support to send the minimum rate supported by the AP as part of the MGMT Tx WMI command. Change-Id: I38d832818bbbd5fe3dec5660bd01dd08798bf0be CRs-Fixed: 2085006
Showing
- core/mac/src/pe/lim/lim_p2p.c 2 additions, 2 deletionscore/mac/src/pe/lim/lim_p2p.c
- core/mac/src/pe/lim/lim_process_tdls.c 7 additions, 4 deletionscore/mac/src/pe/lim/lim_process_tdls.c
- core/mac/src/pe/lim/lim_send_frames_host_roam.c 3 additions, 2 deletionscore/mac/src/pe/lim/lim_send_frames_host_roam.c
- core/mac/src/pe/lim/lim_send_management_frames.c 33 additions, 24 deletionscore/mac/src/pe/lim/lim_send_management_frames.c
- core/mac/src/pe/lim/lim_utils.c 61 additions, 0 deletionscore/mac/src/pe/lim/lim_utils.c
- core/mac/src/pe/lim/lim_utils.h 11 additions, 0 deletionscore/mac/src/pe/lim/lim_utils.h
- core/wma/inc/wma_types.h 23 additions, 5 deletionscore/wma/inc/wma_types.h
- core/wma/src/wma_data.c 65 additions, 1 deletioncore/wma/src/wma_data.c
Please register or sign in to comment