summaryrefslogtreecommitdiff
path: root/mac80211.h
blob: dea4ae0ff5864ec2a8d112d804c6b53dcc34614d (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 *mondev);

#endif /* MAC80211_H */
mode:
authorRussell King <rmk+kernel@armlinux.org.uk>2016-09-02 10:14:20 +0100
committerRussell King <rmk+kernel@armlinux.org.uk>2016-09-12 10:57:01 +0100
commit3f8df892b2312011f2ba73aedc0a192d70b8844e (patch)
tree1cf5ab57ba1d5d5c002a697a18454953fba1e701
parenta466ebd2fc6a793e55f028a008b9f094d7d30fe3 (diff)
pcmcia: sa1111: fix propagation of lowlevel board init return code
When testing Lubbock, it was noticed that the sa1111 pcmcia driver bound but was not functional due to no sockets being registered. This is because the return code from the lowlevel board initialisation was not being propagated out of the probe function. Fix this. Tested-by: Robert Jarzmik <robert.jarzmik@free.fr> Signed-off-by: Russell King <rmk+kernel@armlinux.org.uk>
Diffstat