PCQ shaper with 2 LAN

Hi

I have a wireless router with two LAN interface.(two networks)

How I can modify the pcq tutorial example to shaper all users ?

I would like to share using PCQ, 4Mb down/upload with all users

This is the one LAN example:

/ip firewall mangle add chain=forward src-address=192.168.0.0/24
action=mark-connection new-connection-mark=users-con
/ip firewall mangle add connection-mark=users-con action=mark-packet
new-packet-mark=users chain=forward

/queue type add name=pcq-download kind=pcq pcq-classifier=dst-address
/queue type add name=pcq-upload kind=pcq pcq-classifier=src-address

/queue tree add name=Download parent=Local max-limit=4096000
/queue tree add parent=Download queue=pcq-download packet-mark=users

/queue tree add name=Upload parent=Public max-limit=4096000
/queue tree add parent=Upload queue=pcq-upload packet-mark=users


Thanks in advance

roberto