/* * Copyright (C) 2006-2015, Marvell International Ltd. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as * published by the Free Software Foundation. */ /* Description: This file defines mac80211 related functions. */ #ifndef _mwl_mac80211_h_ #define _mwl_mac80211_h_ #include extern const struct ieee80211_ops mwl_mac80211_ops; #endif /* _mwl_mac80211_h_ */