commit | f80bc8fe6d44f1f0ebd90d4e698189c5b9ad25e7 | [log] [tgz] |
---|---|---|
author | Rajesh Borundia <rajesh.borundia@qlogic.com> | Fri Apr 19 07:01:08 2013 +0000 |
committer | David S. Miller <davem@davemloft.net> | Fri Apr 19 16:02:38 2013 -0400 |
tree | 86dcd2979cc10947bf58a794e8380b37bb496abc | |
parent | 42bbcb780307d85e6585971242f32bd4f6401c99 [diff] |
qlcnic: Change 82xx adapter VLAN id endian type. o 82xx adapter requires VLAN id in little endian format. Instead of passing vlan id parameter as __le16, pass the parameter as u16 and use cpu_to_le16 at appropriate places. Signed-off-by: Rajesh Borundia <rajesh.borundia@qlogic.com> Signed-off-by: David S. Miller <davem@davemloft.net>