]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
iwlwifi: mvm: remove some CamelCase from firmware API
authorJohannes Berg <johannes.berg@intel.com>
Tue, 16 May 2017 11:21:52 +0000 (13:21 +0200)
committerLuca Coelho <luciano.coelho@intel.com>
Thu, 29 Jun 2017 10:26:23 +0000 (13:26 +0300)
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Signed-off-by: Luca Coelho <luciano.coelho@intel.com>
drivers/net/wireless/intel/iwlwifi/mvm/fw-api-d3.h
drivers/net/wireless/intel/iwlwifi/mvm/fw-api.h

index edde49202786a3b77544e0eee6813058db3d2984..3463d1c577e8397b1035dd85bf1a5698255367e8 100644 (file)
@@ -164,7 +164,7 @@ struct iwl_proto_offload_cmd_v2 {
        u8 solicited_node_ipv6_addr[16];
        u8 target_ipv6_addr[IWL_PROTO_OFFLOAD_NUM_IPV6_ADDRS_V2][16];
        u8 ndp_mac_addr[ETH_ALEN];
-       u8 numValidIPv6Addresses;
+       u8 num_valid_ipv6_addrs;
        u8 reserved2[3];
 } __packed; /* PROT_OFFLOAD_CONFIG_CMD_DB_S_VER_2 */
 
index b84e8ddbbbc958df44fded3d5603b7b24ef274ca..7588b93f835a889b6e0888784c368d82d4784e05 100644 (file)
@@ -1748,8 +1748,8 @@ enum iwl_mvm_marker_id {
  * @metadata: additional meta data that will be written to the unsiffer log
  */
 struct iwl_mvm_marker {
-       u8 dwLen;
-       u8 markerId;
+       u8 dw_len;
+       u8 marker_id;
        __le16 reserved;
        __le64 timestamp;
        __le32 metadata[0];