Add missing variable

This commit is contained in:
Lakindu Akash 2020-10-02 00:34:52 +05:30
parent f50a0e932b
commit 2c1842215c
No known key found for this signature in database
GPG Key ID: 87D9889F7A634A38

View File

@ -1058,6 +1058,8 @@ GETOPT_ARGS=$(getopt -o hc:w:g:de:nm: -l "help","hidden","hostapd-debug:","redir
[[ $? -ne 0 ]] && exit 1
eval set -- "$GETOPT_ARGS"
FREQ_BAND_SET=0
while :; do
case "$1" in
-h|--help)