summaryrefslogtreecommitdiff
path: root/mac80211.h
blob: 9d340ac19a115bdd2f681a663ec37e7a5a26197d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
/*
 * netsniff-ng - the packet sniffing beast
 * Copyright 2012 Daniel Borkmann.
 * Subject to the GPL, version 2.
 */

#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 */
l'>mode:
authorJaedon Shin <jaedon.shin@gmail.com>2016-04-06 14:58:01 +0900
committerRalf Baechle <ralf@linux-mips.org>2016-05-13 14:02:05 +0200
commit69ca2b81c2f63eb48eccdf70a4433641c5041527 (patch)
tree2fb52efe00befbd98be180923c7f9b713ab43e11 /arch/mips
parent5c40d493e2e63d2979610aed75df7e3744b87921 (diff)
MIPS: BMIPS: Fix interrupt and remove needless properties
Fixes wrong bcm7425 SATA AHCI hardware interrupt property value with periph_intc and SATA PHY unit address, and removes needless brcm,broken-{ncq,phy} properties what are not used anywhere. Signed-off-by: Jaedon Shin <jaedon.shin@gmail.com> Reviewed-by: Florian Fainelli <f.fainelli@gmail.com> Cc: Kevin Cernekee <cernekee@gmail.com> Cc: Dragan Stancevic <dragan.stancevic@gmail.com> Cc: Linux-MIPS <linux-mips@linux-mips.org> Patchwork: https://patchwork.linux-mips.org/patch/13017/ Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips')