Go to file
Yu Ouyang bb202375fe qcacld-3.0: Avoid repeatedly call dump station API
For AP/P2P GO mode, API wlan_hdd_cfg80211_dump_station() is designed to
return multiple records in a loop until the last record is returned. So,
return -ENOENT if there are no more entries to dump.

For STA/P2P client mode, it is designed to return self record.

Add checking index, it should return -ENOENT for station/p2p client mode
if index not zero. Otherwise, kernel will repeatedly call dump API.

Change-Id: Ic84c08c8edf5f0590c6e2aef97074097fd739798
CRs-Fixed: 3112477
2022-01-24 14:40:45 -08:00
2021-12-22 23:01:44 -08:00
2022-01-21 11:42:17 -08:00

This is CNSS WLAN Host Driver for products starting from iHelium
Kuvaus
No description provided
Readme 226 MiB
Languages
C 98.7%
C++ 0.9%
Makefile 0.3%
Starlark 0.1%