Skip to content
Open
Show file tree
Hide file tree
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
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ This project is part of a wider collaboration between Prpl Foundation and Broadb

Architecture documentation can be found in the [documentation](documentation/) folder.


## Requirements

To build prplMesh, you need (on Ubuntu) the following packages:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ rdkb_wlan_task_db::get_ap_config(const std::string &bssid)
}
}
LOG(ERROR) << "can't find entry for bssid=" << bssid;
return std::make_pair(false, {});
return {};
}

std::unordered_map<std::string, std::shared_ptr<beerocks_message::sSteeringClientConfig>>
Expand Down