diff options
| author | Srinivas Girigowda <sgirigow@codeaurora.org> | 2017-03-25 00:08:37 -0700 |
|---|---|---|
| committer | Sandeep Puligilla <spuligil@codeaurora.org> | 2017-03-31 16:00:49 -0700 |
| commit | 628c067ca8cb5e5f1fdb3b4cdb59c0818ca99026 (patch) | |
| tree | aaae6e594927d37ce8d9174bee10605a9a35e301 | |
| parent | d17bc8c6ced6fb1b0d41d3a0039aea6d588973dc (diff) | |
qcacld-3.0: Fix kernel checkpatch warnings in wlan_hdd_ether.h
Fix kernel checkpatch warnings in wlan_hdd_ether.h.
Change-Id: I4f1dc72745f733758c1ba97d76dfd0ede93eee07
CRs-Fixed: 2024274
| -rw-r--r-- | core/hdd/inc/wlan_hdd_ether.h | 23 |
1 files changed, 6 insertions, 17 deletions
diff --git a/core/hdd/inc/wlan_hdd_ether.h b/core/hdd/inc/wlan_hdd_ether.h index cc20ad9b2fb0..3edc02b2896d 100644 --- a/core/hdd/inc/wlan_hdd_ether.h +++ b/core/hdd/inc/wlan_hdd_ether.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2014 The Linux Foundation. All rights reserved. + * Copyright (c) 2014, 2017 The Linux Foundation. All rights reserved. * * Previously licensed under the ISC license by Qualcomm Atheros, Inc. * @@ -27,33 +27,22 @@ #ifndef _WLAN_HDD_ETHER_H #define _WLAN_HDD_ETHER_H -/*============================================================================ - @file wlan_hdd_ether.h - - This module describes Ethernet packet formats for processing by HDD. - ============================================================================*/ -/* $Header$ */ - -/*---------------------------------------------------------------------------- - * Include Files - * -------------------------------------------------------------------------*/ +/** + * DOC: wlan_hdd_ether.h + * + * WLAN Host Device Driver Ethernet packet formats + */ #include <linux/version.h> #include <linux/byteorder/generic.h> #include <linux/if_ether.h> #include <linux/if_vlan.h> -/*---------------------------------------------------------------------------- - * Preprocessor Definitions and Constants - * -------------------------------------------------------------------------*/ #define WLAN_SNAP_OUI_LEN 3 #define WLAN_SNAP_DSAP 0xAAU #define WLAN_SNAP_SSAP 0xAAU #define WLAN_SNAP_CTRL 0x03 #define WLAN_MIN_PROTO 0x0600 -/*---------------------------------------------------------------------------- - * Type Declarations - * -------------------------------------------------------------------------*/ struct wlan_snap_hdr { unsigned char dsap; unsigned char ssap; |
