summaryrefslogtreecommitdiff
path: root/mac80211.h
blob: b70598afc94d997043bea620aae48ee9da85a556 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
/*
 * 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 <net/mac80211.h>

extern const struct ieee80211_ops mwl_mac80211_ops;

#endif /* _mwl_mac80211_h_ */