hostap: Fix send_mlme() after 'freq' parameter addition
authorDan Williams <dcbw@redhat.com>
Tue, 7 Jul 2015 15:49:54 +0000 (10:49 -0500)
committerJouni Malinen <j@w1.fi>
Tue, 7 Jul 2015 16:40:49 +0000 (19:40 +0300)
commite8492c81453c80a0cd625235d5f1867636d940ba
tree982be64f5ded56428f18809ddc5db92816c6d2b2
parente0236b152c1ef1a0a34fce3bfc998f716156791e
hostap: Fix send_mlme() after 'freq' parameter addition

This fixes the incomplete driver_hostap.c change from commit
5d180a77392690b141d95609d8c8692317712b4f ('drivers: Add freq parameter
to send_mlme() function') that did not take into account the internal
callers.

Signed-off-by: Dan Williams <dcbw@redhat.com>
src/drivers/driver_hostap.c