Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | iwlwifi: mvm: support new reduce tx power FW API. | Haim Dreyfuss | 2018-08-31 | 1 | -2/+28 |
| | | | | | | | Update reduce tx power command API to be compatible with new FW API. Signed-off-by: Haim Dreyfuss <haim.dreyfuss@intel.com> Signed-off-by: Luca Coelho <luciano.coelho@intel.com> | ||||
* | iwlwifi: acpi: move ACPI-related definitions to acpi.h | Luca Coelho | 2017-10-06 | 1 | -2/+1 |
| | | | | | | | The ACPI table size definitions were spread around the different files that used them. Move them all to a common place. Signed-off-by: Luca Coelho <luciano.coelho@intel.com> | ||||
* | iwlwifi: reorganize firmware API | Johannes Berg | 2017-08-01 | 1 | -0/+526 |
Apart from DVM, all firmware uses the same base API, and there's code outside iwlmvm that needs to interact with it. Reflect this in the source better and reorganize the firmware API to a new fw/api/ directory. While at it, split the already pretty large fw-api.h file into a number of smaller files, going from almost 3k lines in there to a maximum number of lines less than 1k. Signed-off-by: Johannes Berg <johannes.berg@intel.com> Signed-off-by: Luca Coelho <luciano.coelho@intel.com> |