cfg80211: aggregate mgmt_tx parameters into a struct
authorAndrei Otcheretianski <andrei.otcheretianski@intel.com>
Mon, 18 Nov 2013 17:06:49 +0000 (19:06 +0200)
committerJohannes Berg <johannes.berg@intel.com>
Mon, 2 Dec 2013 10:51:52 +0000 (11:51 +0100)
Change cfg80211 and mac80211 to use cfg80211_mgmt_tx_params
struct to aggregate parameters for mgmt_tx functions.
This makes the functions' signatures less clumsy and allows
less painful parameters extension.

Signed-off-by: Andrei Otcheretianski <andrei.otcheretianski@intel.com>
[fix all other drivers]
Signed-off-by: Johannes Berg <johannes.berg@intel.com>

No differences found