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 */
nput type='submit' value='reload'/>
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>2016-09-09 15:11:35 +0200
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2016-09-09 15:11:35 +0200
commit6b98174b957ce87e0efe7c675d6cfd9e4c7a1912 (patch)
treeb009b0d6d28dbd06835d1012db77c549b36c15d3
parent1b49dae1ca65cd38221b28911ba08954627a2760 (diff)
parent696118c016dd5f5caaa05360f13f8acd8fb9d1a7 (diff)
Merge tag 'fixes-for-v4.8-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-linus
Felipe writes: usb: fixes for v4.8-rc6 Unfortunately we have a bogus dwc3 patch leaked through the cracks and got merged into Linus' HEAD. That patch ended up causing off-by-1 error in our TRB accounting logic. Thankfully John Youn found out the problem and we provided a revert to the bogus dwc3 patch in no time. Apart from this off-by-1 error, we have two fixes to the Renesas drivers, a small fix to our generic phy driver, a NULL pointer dereference fix for f_eem and a build warning fix in dwc3.
Diffstat