cld80211_lib: Make cld80211_remove_mcast_group empty function
cld80211_remove_mcast_group intents to drop from multicast group membership when cld80211 cleanup. However cld80211_remove_mcast_group is not mandatory for cleanup, and it has risk to cause thread hang if driver stopped prior to cleanup. Ideally cld80211_remove_mcast_group can be removed from functional perspective, but it is public function and widely used by other modules, so make it an empty function to keep compiler happy. Change-Id: Ib1ab18e9aa1c166faa039853f269e75ac7470608 CRs-Fixed: 2752447
Loading
-
mentioned in commit e03c9754
-
mentioned in commit d7275cf6
-
mentioned in commit 97e966e1
-
mentioned in commit 64736077
-
mentioned in commit 5ef33483
-
mentioned in commit 0630cfbd
-
mentioned in commit 8d8758c4
-
mentioned in commit 6ceb5e70
-
mentioned in commit ca1e88c0
-
mentioned in commit b40fca89
-
mentioned in commit 903414b4
-
mentioned in commit 5d8598fe
-
mentioned in commit 315e4368
-
mentioned in commit 4e3f61a4
-
mentioned in commit de4a25cb
-
mentioned in commit 58ed28f4
Please sign in to comment