X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=net%2Fmac80211%2Fdriver-ops.h;h=ba5fc1f01e5353da7c0d8bf3a28156abb83a92ca;hb=5c44ad6a35a9818039e301be289a1bb7ae77613e;hp=184473c257eb9aeca282134e4fd7ba715b074a19;hpb=2a9b27b326d67dcd1bca066bc35c709da972833c;p=deliverable%2Flinux.git diff --git a/net/mac80211/driver-ops.h b/net/mac80211/driver-ops.h index 184473c257eb..ba5fc1f01e53 100644 --- a/net/mac80211/driver-ops.h +++ b/net/mac80211/driver-ops.h @@ -1094,7 +1094,7 @@ static inline u32 drv_get_expected_throughput(struct ieee80211_local *local, trace_drv_get_expected_throughput(sta); if (local->ops->get_expected_throughput) - ret = local->ops->get_expected_throughput(sta); + ret = local->ops->get_expected_throughput(&local->hw, sta); trace_drv_return_u32(local, ret); return ret;