Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion drivers/staging/prima/CORE/HDD/src/wlan_hdd_hostapd.c
Original file line number Diff line number Diff line change
Expand Up @@ -2201,7 +2201,7 @@ static int iw_softap_setwpsie(struct net_device *dev,
hdd_hostapd_state_t *pHostapdState;
eHalStatus halStatus= eHAL_STATUS_SUCCESS;
u_int8_t *wps_genie;
u_int8_t *fwps_genie;
u_int8_t *fwps_genie = NULL;
u_int8_t *pos;
tpSap_WPSIE pSap_WPSIe;
u_int8_t WPSIeType;
Expand Down