]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit
wil6210: bus_request platform operation refinement
authorLior David <qca_liord@qca.qualcomm.com>
Wed, 8 Mar 2017 11:52:12 +0000 (13:52 +0200)
committerKalle Valo <kvalo@qca.qualcomm.com>
Thu, 9 Mar 2017 08:04:09 +0000 (10:04 +0200)
commit9953a782f9fac1becccb8f48f1a276c310f2ab5a
treeebd223deea5a3e3ce3f96dddc54fc574f602ed81
parent4a0e45a78328957b012f554fb2ffcd5c69fe418a
wil6210: bus_request platform operation refinement

The driver uses the bus_request platform operation to
request resources from the platform for a specific bandwidth.
Currently the driver requests resources for the maximum
theoretical bandwidth, when interface is brought up.
Refine this process a bit: now the driver will request a
small amount of resources when interface is up, and will only
issue the maximum request when connected.
This mechanism will be improved further in the future to make
more refined requests based on actual bandwidth.

Signed-off-by: Lior David <qca_liord@qca.qualcomm.com>
Signed-off-by: Maya Erez <qca_merez@qca.qualcomm.com>
Signed-off-by: Kalle Valo <kvalo@qca.qualcomm.com>
drivers/net/wireless/ath/wil6210/cfg80211.c
drivers/net/wireless/ath/wil6210/main.c
drivers/net/wireless/ath/wil6210/wil6210.h
drivers/net/wireless/ath/wil6210/wmi.c