summaryrefslogtreecommitdiff
path: root/mac80211.h
blob: bae28b1a982af63dd5f512567a5a2efd1f4cfc93 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
#ifndef MAC80211_H
#define MAC80211_H

#include "config.h"
#include "die.h"

#ifdef HAVE_LIBNL
extern void enter_rfmon_mac80211(const char *device, char **mondev);
extern void leave_rfmon_mac80211(const char *mondev);
#else
static inline void enter_rfmon_mac80211(const char *device, char **mondev)
{
    panic("No built-in libnl support!\n");
}

static inline void leave_rfmon_mac80211(const char *mondev)
{
}
#endif /* HAVE_LIBNL */

#endif /* MAC80211_H */
me='ignorews' onchange='this.form.submit();'>mode:
authorLinus Torvalds <torvalds@linux-foundation.org>2016-06-11 11:24:54 -0700
committerLinus Torvalds <torvalds@linux-foundation.org>2016-06-11 11:24:54 -0700
commit5d1f7023fb2233d454ac3ac2fb7cc96fb94e9cac (patch)
treec0088a7a1126b23435cb00d8cb00d89e0119b3c8 /Documentation/kobject.txt
parent90735c99edfa1968a3e8da26a0b471a59fbc0f57 (diff)
parent9f05e6219023116b59f6495e8c4d4ba352dd5fea (diff)
Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux
Pull i2c fixes from Wolfram Sang: - a bigger fix for i801 to finally be able to be loaded on some machines again - smaller driver fixes - documentation update because of a renamed file * 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux: i2c: mux: reg: Provide of_match_table i2c: mux: refer to i2c-mux.txt i2c: octeon: Avoid printk after too long SMBUS message i2c: octeon: Missing AAK flag in case of I2C_M_RECV_LEN i2c: i801: Allow ACPI SystemIO OpRegion to conflict with PCI BAR
Diffstat (limited to 'Documentation/kobject.txt')