summaryrefslogtreecommitdiff
path: root/mac80211.h
blob: 780362579f3d4f2710e82e40acd33c1ebcda8f5c (plain)
1
2
3
4
5
6
7
#ifndef MAC80211_H
#define MAC80211_H

extern void enter_rfmon_mac80211(const char *device, char **mondev);
extern void leave_rfmon_mac80211(const char *device, const char *mondev);

#endif /* MAC80211_H */
n>space:mode:
authorHeinrich Schuchardt <xypron.glpk@gmx.de>2016-04-13 01:54:01 +0200
committerMark Brown <broonie@kernel.org>2016-04-13 06:39:36 +0100
commit896491b304f956d3e87208a242db4fdfa952cdc5 (patch)
tree8578490f566bc9635dff0bfcc56fe2195c2df0de /Documentation/devicetree
parentf55532a0c0b8bb6148f4e07853b876ef73bc69ca (diff)
ASoC: au1x: use correct format specifier
Documentation/printk-formats.txt has unsigned long: use %lu or %lx size_t: use %zu or %zx runtime->dma_bytes is of type size_t. runtime->min_align is of type unsigned long. Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de> Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'Documentation/devicetree')