atheros: Fix RSN capabilities debug print
Signed-hostap: Baruch Siach <baruch@tkos.co.il>
This commit is contained in:
parent
d732463c47
commit
ac947e2a83
1 changed files with 1 additions and 2 deletions
|
@ -324,8 +324,7 @@ atheros_configure_wpa(struct atheros_driver_data *drv,
|
||||||
}
|
}
|
||||||
#endif /* CONFIG_IEEE80211W */
|
#endif /* CONFIG_IEEE80211W */
|
||||||
|
|
||||||
wpa_printf(MSG_DEBUG, "%s: rsn capabilities=0x%x",
|
wpa_printf(MSG_DEBUG, "%s: rsn capabilities=0x%x", __func__, v);
|
||||||
__func__, params->rsn_preauth);
|
|
||||||
if (set80211param(drv, IEEE80211_PARAM_RSNCAPS, v)) {
|
if (set80211param(drv, IEEE80211_PARAM_RSNCAPS, v)) {
|
||||||
printf("Unable to set RSN capabilities to 0x%x\n", v);
|
printf("Unable to set RSN capabilities to 0x%x\n", v);
|
||||||
return -1;
|
return -1;
|
||||||
|
|
Loading…
Reference in a new issue