commit | 544edf02c86359bb167b0cfa03d1acc163d73fa5 | [log] [tgz] |
---|---|---|
author | Jouni Malinen <jouni@codeaurora.org> | Mon Feb 25 19:02:33 2019 +0200 |
committer | Jouni Malinen <jouni@codeaurora.org> | Mon Feb 25 19:02:33 2019 +0200 |
tree | 0c9df5e8f0e6fde7193f816a22003b7d800c24c1 | |
parent | a30420424b1fa5b139c911fb75f6b76c88b88e29 [diff] |
ap_set_wireless: Fix BSS_max_Idle_period value check strtol() result comparison againts LONG_MIN/LONG_MAX does no make sense with the typecast to int, so move that typecast to happen only after this check. Signed-off-by: Jouni Malinen <jouni@codeaurora.org>