CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected]    2016/05/18 01:28:01

Modified files:
        sys/dev/pci    : if_iwm.c if_iwmreg.h 

Log message:
Fix several nitpicks in iwm(4).

Move some declarations to if_iwmreg.h so we can use iwm_phy_db_* prototypes.
Remove redundant declaration of iwm_send_phy_db_data().
Remove pointless iwm_fw_alive(); just call iwm_post_alive() directly.
Simplify iwm_prepare_card_hw() and iwm_mvm_add_sta().
Return timeout error from iwm_apm_init().
Print a message when init (i.e. boot) firmware fails to load.
Remove some commented-out code which wouldn't compile anyway.
Move iwm_mvm_tx_fifo to if_iwmreg.h to match better where Linux puts it.

ok kettenis@ mpi@

Reply via email to