Home
last modified time | relevance | path

Searched hist:"0 ec84d1d1e6db6e0b4c1eb9bd9cdd2da64451da6" (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/net/wireless/intel/iwlwifi/
H A Diwl-phy-db.cdiff 0ec84d1d1e6db6e0b4c1eb9bd9cdd2da64451da6 Sun Apr 10 04:27:25 CDT 2016 Sara Sharon <sara.sharon@intel.com> iwlwifi: mvm: make phy_db size dynamic

Driver is agnostic to the number of the phy_db entries and
only serves the firmware as a pipe to move the data from init
image to RT image.
As the size of the arrays may change (as it does in 9000 device)
allocate it dynamically. Firmware sends the largest index first
so we can use this to know how much we should allocate.

Signed-off-by: Sara Sharon <sara.sharon@intel.com>
Signed-off-by: Luca Coelho <luciano.coelho@intel.com>