if_iwm - Factor out firmware station handling into if_iwm_sta.c.
commit85d1c6190c4c3564b1a347f253e823aa95c202b2
authorImre Vadász <imre@vdsz.com>
Sun, 23 Oct 2016 21:10:29 +0000 (23 23:10 +0200)
committerImre Vadász <imre@vdsz.com>
Sun, 23 Oct 2016 21:33:04 +0000 (23 23:33 +0200)
tree8af7e714faf50b6704b3e91782c5ed83064c1176
parent03c6e6970115727c9d39f9358e0500ab4f4634cd
if_iwm - Factor out firmware station handling into if_iwm_sta.c.

* This adds iwm_mvm_rm_sta(), which will be used to tear down firmware
  state for better/cleaner iwm_newstate() handling.

* Makes iwm_enable_txq() and iwm_mvm_flush_tx_path() non-static, add
  the declarations to if_iwm_util.h for now.

Taken-From: Linux iwlwifi
sys/conf/files
sys/dev/netif/iwm/Makefile
sys/dev/netif/iwm/if_iwm.c
sys/dev/netif/iwm/if_iwm_sta.c [new file with mode: 0644]
sys/dev/netif/iwm/if_iwm_sta.h [new file with mode: 0644]
sys/dev/netif/iwm/if_iwm_util.h