mukesh agrawal has posted comments on this change.
Change subject: wpa_supplicant: Don't remove a BSS that is in use
......................................................................
Patch Set 1: (3 inline comments)
just nits.
....................................................
Commit Message
Line 7: wpa_supplicant: Don't remove a BSS that is in use
do we need to prefix with CHROMIUM-OS ?
....................................................
File wpa_supplicant/bss.c
Line 172: if (wpa_bss_remove_oldest_not_in_use(wpa_s) == 0)
could simplify to just "return wpa_bss_remove..."
Line 206: wpa_printf(MSG_ERROR, "We need to increase the MAX BSS count "
s/We need to increase/Increasing/. (Current message doesn't make it clear that supplicant is re-configuring on its own.)
Gerrit-MessageType: comment
Gerrit-Change-Id: Iaaf2a3a1a7d6a32c69d0a7f67bb0cf590946c2ed
Gerrit-PatchSet: 1
Gerrit-Project: chromiumos/third_party/hostap
Gerrit-Branch: master
Gerrit-Owner: Paul Stewart <
ps...@chromium.org>
Gerrit-Reviewer: Paul Stewart <
ps...@chromium.org>
Gerrit-Reviewer: mukesh agrawal <
qui...@chromium.org>