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 */
ame='ignorews' onchange='this.form.submit();'>mode:
authorBenjamin Coddington <bcodding@redhat.com>2016-06-15 15:02:55 -0400
committerAnna Schumaker <Anna.Schumaker@Netapp.com>2016-10-24 12:06:01 -0400
commit86a6c211d676add579a75b7e172a72bb3e2c21f8 (patch)
tree7729ab697d720df89323706cf9751d1ed0531ac0 /Makefile
parent83aa3e0f791d458a28f91d7a50f92926f971ef7c (diff)
NFS: Trim extra slash in v4 nfs_path
A NFSv4 mount of a subdirectory will show an extra slash (as in 'server://path') in proc's mountinfo which will not match the device name and path. This can cause problems for programs searching for the mount. Fix this by checking for a leading slash in the dentry path, if so trim away any trailing slashes in the device name. Signed-off-by: Benjamin Coddington <bcodding@redhat.com> Signed-off-by: Anna Schumaker <Anna.Schumaker@Netapp.com>
Diffstat (limited to 'Makefile')