From: Usman Ansari <ua1422@xxxxxxxxx> Signed-off-by: Usman Ansari <ua1422@xxxxxxxxx> --- drivers/staging/wlan-ng/prism2mgmt.h | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/drivers/staging/wlan-ng/prism2mgmt.h b/drivers/staging/wlan-ng/prism2mgmt.h index 17bc1ee0d498..19e648a81489 100644 --- a/drivers/staging/wlan-ng/prism2mgmt.h +++ b/drivers/staging/wlan-ng/prism2mgmt.h @@ -58,8 +58,8 @@ * -------------------------------------------------------------------- */ -#ifndef _PRISM2MGMT_H -#define _PRISM2MGMT_H + #ifndef _PRISM2MGMT_H + #define _PRISM2MGMT_H extern int prism2_reset_holdtime; extern int prism2_reset_settletime; @@ -91,7 +91,9 @@ int prism2mgmt_autojoin(struct wlandevice *wlandev, void *msgp); */ /* byte area conversion functions*/ -void prism2mgmt_bytearea2pstr(u8 *bytearea, struct p80211pstrd *pstr, int len); +void prism2mgmt_bytearea2pstr(u8 *bytearea, + struct p80211pstrd *pstr, + int len); /* byte string conversion functions*/ void prism2mgmt_pstr2bytestr(struct hfa384x_bytestr *bytestr, @@ -112,9 +114,9 @@ void prism2sta_processing_defer(struct work_struct *data); void prism2sta_commsqual_defer(struct work_struct *data); void prism2sta_commsqual_timer(struct timer_list *t); -/* Interface callback functions, passing data back up to the cfg80211 layer */ +/* Interface callback, passing data back up to the cfg80211 layer */ void prism2_connect_result(struct wlandevice *wlandev, u8 failed); void prism2_disconnected(struct wlandevice *wlandev); void prism2_roamed(struct wlandevice *wlandev); -#endif + #endif -- 2.25.1