Remove unused variable from struct hostapd_config
I think that the "radius" pointer in the structure hostapd_config is never used; when the configuration is parsed the related data is stored in hostapd_bss_config's "radius" var.
This commit is contained in:
parent
6f4071c084
commit
c9c3eafacb
1 changed files with 0 additions and 1 deletions
|
@ -329,7 +329,6 @@ typedef enum {
|
||||||
*/
|
*/
|
||||||
struct hostapd_config {
|
struct hostapd_config {
|
||||||
struct hostapd_bss_config *bss, *last_bss;
|
struct hostapd_bss_config *bss, *last_bss;
|
||||||
struct hostapd_radius_servers *radius;
|
|
||||||
size_t num_bss;
|
size_t num_bss;
|
||||||
|
|
||||||
u16 beacon_int;
|
u16 beacon_int;
|
||||||
|
|
Loading…
Reference in a new issue