commit | 73c4e195e6396eea04e11f88dc0336e1bc3c8e66 | [log] [tgz] |
---|---|---|
author | Johannes Berg <johannes.berg@intel.com> | Sun Nov 09 18:50:09 2014 +0200 |
committer | Johannes Berg <johannes.berg@intel.com> | Wed Nov 19 18:44:35 2014 +0100 |
tree | 3e66d96368ba197c30139f07e8b7964e176a4b8c | |
parent | 1277b4a9f531e84e26f9e0210c1801b0c0bf81ca [diff] |
mac80211: move skb info band assignment out Instead of passing the band as a parameter to ieee80211_xmit() and ieee80211_tx(), move it outside of the two functions while making sure info->band is set up before calling them. This removes the parameter and simplifies the follow commit. Signed-off-by: Johannes Berg <johannes.berg@intel.com> Signed-off-by: Arik Nemtsov <arik@wizery.com> Signed-off-by: Johannes Berg <johannes.berg@intel.com>