LinuxKPI: 802.11: ieee80211_start_tx_ba_session()

For as long as we do not implement the compat code for tx aggregation
return -EINVAL in ieee80211_start_tx_ba_session() as both rtw88 and
rtw89 check for this value and only then disable further attempts.

MFC after:	3 days
This commit is contained in:
Bjoern A. Zeeb 2022-06-15 21:02:45 +00:00
parent da47c186ac
commit 799051e2ca

View File

@ -1914,7 +1914,7 @@ static __inline int
ieee80211_start_tx_ba_session(struct ieee80211_sta *sta, uint8_t tid, int x)
{
TODO();
return (ENXIO);
return (-EINVAL);
}
static __inline void