blob: 6f6bb0027e80f0af9cc5caf864257d3176e1877a [file] [log] [blame]
// Copyright (c) 2014 The Chromium OS Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "shill/mock_mac80211_monitor.h"
namespace shill {
MockMac80211Monitor::MockMac80211Monitor(
EventDispatcher *dispatcher,
const std::string &link_name,
size_t queue_length_limit,
const base::Closure &on_repair_callback,
Metrics *metrics)
: Mac80211Monitor(
dispatcher, link_name, queue_length_limit, on_repair_callback, metrics)
{}
MockMac80211Monitor::~MockMac80211Monitor() {}
} // namespace shill