aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/libertas/wext.h
blob: f3f19fe8c6c6e15b6f56364203b1c83f89030701 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
/**
  * This file contains definition for IOCTL call.
  */
#ifndef	_LBS_WEXT_H_
#define	_LBS_WEXT_H_

void lbs_send_disconnect_notification(struct lbs_private *priv);
void lbs_send_mic_failureevent(struct lbs_private *priv, u32 event);

struct chan_freq_power *lbs_find_cfp_by_band_and_channel(
	struct lbs_private *priv,
	u8 band,
	u16 channel);

extern struct iw_handler_def lbs_handler_def;

#endif