add missing config in backport-iwlwifi

HappyZ 2018-02-02 11:25:29 -06:00
parent cd4a092c9b
commit d2f400793c
1 changed files with 2 additions and 0 deletions

@ -39,6 +39,8 @@ Before make, we need to change the code so that FTM responder mode is enabled (t
```
Also move the entire `static int nl80211_start_ftm_responder(struct sk_buff *skb, struct genl_info *info)` function above `nl80211_start_ap`.
And then, in `drivers/net/wireless/intel/iwlwifi/mvm/constants.h`, change `#define IWL_MVM_TOF_IS_RESPONDER` to `1`.
We are now ready to make & install:
```
$ make -j4