]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - drivers/staging/ozwpan/ozprotocol.h
Merge branch 'for-3.15' of git://linux-nfs.org/~bfields/linux
[karo-tx-linux.git] / drivers / staging / ozwpan / ozprotocol.h
index 17b09b9a5b0869b0442cbc14995ac6cfa6c7fdf4..9bbb182f27768db597673b1c17de3c7791550897 100644 (file)
@@ -192,7 +192,7 @@ struct oz_get_desc_req {
        u16     size;
        u8      req_type;
        u8      desc_type;
-       u16     w_index;
+       __le16  w_index;
        u8      index;
 } PACKED;
 
@@ -219,8 +219,8 @@ struct oz_get_desc_rsp {
        u8      elt_seq_num;
        u8      type;
        u8      req_id;
-       u16     offset;
-       u16     total_size;
+       __le16  offset;
+       __le16  total_size;
        u8      rcode;
        u8      data[1];
 } PACKED;