diff options
Diffstat (limited to 'scanning/radio_chain_info.cpp')
| -rw-r--r-- | scanning/radio_chain_info.cpp | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/scanning/radio_chain_info.cpp b/scanning/radio_chain_info.cpp index 274dc20..64506e4 100644 --- a/scanning/radio_chain_info.cpp +++ b/scanning/radio_chain_info.cpp @@ -21,11 +21,10 @@ using android::status_t; -namespace com { namespace android { -namespace server { +namespace net { namespace wifi { -namespace wificond { +namespace nl80211 { status_t RadioChainInfo::writeToParcel(::android::Parcel* parcel) const { RETURN_IF_FAILED(parcel->writeInt32(chain_id)); @@ -39,8 +38,7 @@ status_t RadioChainInfo::readFromParcel(const ::android::Parcel* parcel) { return ::android::OK; } -} // namespace wificond +} // namespace nl80211 } // namespace wifi -} // namespace server +} // namespace net } // namespace android -} // namespace com |
