• Luca Coelho's avatar
    iwlwifi: mvm: refactor beacon template command code · 09856582
    Luca Coelho authored
    We currently support 3 different versions of the beacon template
    command and the code does some tricks in order to reuse what is
    possible across these versions.  But it is a bit complicated to read
    and soon there will be one more variation that the driver needs
    implement, which would complicate it even further.
    
    Refactor the way we send beacon template commands, which increases the
    code size a bit, but makes it much easier to read.
    Signed-off-by: default avatarLuca Coelho <luciano.coelho@intel.com>
    09856582
tx.h 30 KB