Passive Fingerprint is like watching the traffic from your computer and deciding what kind of computer you have because of things like:
- Timing of ACKS
- Behavior of TCP Window
- Choice of TCP Options
- Congestion Control Algorithm in use
- etc etc etc
So, if you completely reimplement the networking stack of Linux from scratch, then yes, you can make it work like Windows and then passive fingerprinting will decide you are a windows machine.
In other words, no.