From the abstract: "The implementation has been accepted into the mainline kernel distribution, making it available for deployment on billions of devices running Linux today."
As mangix said, it is not a question of "having this version in router's kernel" because it depends strictly on the kind of chip the hardware uses. Most Wi-Fi chips use their own program which is called "a binary blob", they do not use the Wi-Fi stack of Linux except as a wrapper around their own code, which is not accessible in source, only in binary.
This is why for example in Ubuntu (but also in most other Linux distributions) there are "third party codes" that are "not free".
Frankly that file is just the layout of the board, as in which ints correspond to which squares. I used it at the very start to make sure the pieces where moving correctly, before the code to connect to an interface was written.