staging: wlan-ng: Remove unused struct wlan_ie_ssid references
authorDeepak R Varma <drv@mailo.com>
Tue, 1 Nov 2022 13:48:10 +0000 (19:18 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 2 Nov 2022 07:30:20 +0000 (08:30 +0100)
commit72cdc5aec2913bef5dd62eb75cadad8bff27fd8e
tree98180d97dfcb36ddbf5e553df9cd49f4992a1afa
parent29626f3c07d09b79d6510d1915c106e51ba85022
staging: wlan-ng: Remove unused struct wlan_ie_ssid references

Pointer reference to struct wlan_ie_ssid is added as a member variable
to 5 different structures. However, these references are never used.
Remove such unused struct references. The cleanup also renders the
struct useless; so remove it as well.
Issue identified as part of coccicheck based code analysis.

Suggested-by: Dan Carpenter <dan.carpenter@oracle.com>
Suggested-by: Pavel Skripkin <paskripkin@gmail.com>
Signed-off-by: Deepak R Varma <drv@mailo.com>
Link: https://lore.kernel.org/r/6e39ef59d01d65a1e179f6aecfbb0d68b81fa257.1667308828.git.drv@mailo.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/wlan-ng/p80211mgmt.h