Fix encoding of BSSGP_IE_NUM_OCT_AFF in bssgp_tx_llc_discarded()

This is a 24bit integer value, and thus we need to encode the three
least significant octets of the network-byte-order 32bit value, not the
three most significant octets.
1 file changed