ap_list: Remove unused iteration list pointers
This iter_next/iter_prev pointers were not really used for anything, so get rid of the unnecessary complexity in the AP list maintenance. Signed-hostap: Jouni Malinen <j@w1.fi>
This commit is contained in:
parent
6b16917f39
commit
08c99cafd2
3 changed files with 1 additions and 37 deletions
|
@ -220,7 +220,6 @@ struct hostapd_iface {
|
|||
int num_ap; /* number of entries in ap_list */
|
||||
struct ap_info *ap_list; /* AP info list head */
|
||||
struct ap_info *ap_hash[STA_HASH_SIZE];
|
||||
struct ap_info *ap_iter_list;
|
||||
|
||||
unsigned int drv_flags;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue