On Thu, 2020-08-20 at 11:41 +0530, Tamizh Chelvam wrote: > Add TID specific Tx bitrate configuration by using > handle_bitrates already APIs. In addition to what Sergey said, I get: interface.c: In function ‘handle_tid_config’: interface.c:944:11: warning: implicit conversion from ‘enum nl80211_tid_config_attr’ to ‘enum nl80211_attrs’ [-Wenum-conversion] 944 | NL80211_TID_CONFIG_ATTR_TX_RATE); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Please address that too. johannes