iwlwifi: create new subdirectory for FW interaction

There's a lot of mvm code that really should be more generic
and part of the iwlwifi module. Start by making a place to
keep such code - in the new "fw" subdirectory - and already
move the firmware related header files there.

Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Signed-off-by: Luca Coelho <luciano.coelho@intel.com>
Этот коммит содержится в:
Johannes Berg
2017-06-01 10:22:09 +02:00
коммит произвёл Luca Coelho
родитель b4f489857a
Коммит d962f9b101
14 изменённых файлов: 17 добавлений и 17 удалений

Просмотреть файл

@@ -74,9 +74,9 @@
#include "iwl-debug.h"
#include "iwl-config.h"
#include "iwl-fw.h"
#include "fw/img.h"
#include "iwl-op-mode.h"
#include "iwl-fw-api.h"
#include "fw/api.h"
/**
* DOC: Transport layer - what is it ?