aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/iwm/if_iwm_sta.c
Commit message (Expand)AuthorAgeFilesLines
* iwm(4): Remove _mvm from the namespace.Mark Johnston2019-11-271-39/+39
* iwm: Update the station add command for the new RX API.Mark Johnston2019-11-071-9/+7
* iwm - Track firmware state better, and improve handling in iwm_newstate().Kyle Evans2019-01-241-1/+1
* [iwm] Cleanup mbufq draining. Add iwm_xmit_queue_drain() like in iwn(4).Adrian Chadd2017-07-261-1/+0
* [iwm] Adjust if_iwm_sta.h prototypes, don't pass iwm_node to rm_sta().Adrian Chadd2017-05-121-8/+14
* [iwm] Factor out firmware station handling into if_iwm_sta.c.Adrian Chadd2017-05-121-0/+378