commit | 3dc6dd9698174b2cf6d078ddfba39ff8640afe47 | [log] [tgz] |
---|---|---|
author | Johannes Berg <johannes.berg@intel.com> | Thu Mar 09 14:08:51 2017 +0100 |
committer | Luca Coelho <luciano.coelho@intel.com> | Fri Jun 02 14:07:48 2017 +0300 |
tree | 7415cd97dfb2c6ef08725bb89a878849f9ca15ce | |
parent | 72361c3d28cf4102b7b514609d3710707b1a1096 [diff] |
iwlwifi: mvm: use proper sta_addr in firmware API There's no point to declare an address as a __le32/__le16 and then only take a pointer to it anyway, change that to just a sta_addr[ETH_ALEN]. Signed-off-by: Johannes Berg <johannes.berg@intel.com> Signed-off-by: Luca Coelho <luciano.coelho@intel.com>