-
- Downloads
mac80211: Send the management frame at requested rate
Whenever the scan request or tx_mgmt is requesting not to use CCK rate for managemet frames through NL80211_ATTR_TX_NO_CCK_RATE attribute, then mac80211 should select appropriate least non-CCK rate. This could help to send P2P probes and P2P action frames at non 11b rates without diabling 11b rates globally. Cc: Jouni Malinen <jouni@qca.qualcomm.com> Signed-off-by:Rajkumar Manoharan <rmanohar@qca.qualcomm.com> Signed-off-by:
John W. Linville <linville@tuxdriver.com>
Showing
- include/net/mac80211.h 4 additions, 0 deletionsinclude/net/mac80211.h
- net/mac80211/cfg.c 3 additions, 0 deletionsnet/mac80211/cfg.c
- net/mac80211/ieee80211_i.h 1 addition, 1 deletionnet/mac80211/ieee80211_i.h
- net/mac80211/mlme.c 1 addition, 1 deletionnet/mac80211/mlme.c
- net/mac80211/rate.c 28 additions, 1 deletionnet/mac80211/rate.c
- net/mac80211/scan.c 2 additions, 1 deletionnet/mac80211/scan.c
- net/mac80211/util.c 6 additions, 2 deletionsnet/mac80211/util.c
- net/mac80211/work.c 1 addition, 1 deletionnet/mac80211/work.c
Loading
Please register or sign in to comment