cozybit / wpa_s_mesh_android

Other
2 stars 1 forks source link

driver_common.c: Remove unnecesary return on nl80211_new_peer_candidate function #12

Closed jlopex closed 10 years ago

jlopex commented 10 years ago

+static void nl80211_new_peer_candidate(struct wpa_driver_nl80211_data *drv,

  • struct nlattr **tb) +{ [...]
  • os_free(data.mesh_peer.ies);
  • return; +}

Is the unnecessary return in line with wpa_s coding style? I can't remember.