]> git.ipfire.org Git - thirdparty/hostap.git/commit
nl80211: Refactor color collision related nl80211 commands handling
authorAditya Kumar Singh <quic_adisi@quicinc.com>
Wed, 12 Jun 2024 14:27:52 +0000 (19:57 +0530)
committerJouni Malinen <j@w1.fi>
Thu, 11 Jul 2024 14:21:03 +0000 (17:21 +0300)
commit5d16ad9ab052ac0c2bde3757162e91ead48999e1
tree1834bc7d1125a6722ce65167433b9898db2127c9
parent22a592d119911003880f8fe72cf967660f8dce80
nl80211: Refactor color collision related nl80211 commands handling

Almost same logic is there in handling four different commands related
to color collision. Later when link ID needs to be parsed, it would be
more duplicate logic at four different places. Hence refactor and bring
it in a single function.

No functionality changes.

Signed-off-by: Aditya Kumar Singh <quic_adisi@quicinc.com>
src/drivers/driver_nl80211_event.c