What is the linux kernel stack #39770
-
Select Topic AreaQuestion BodyHello everyone, So What is the Linux Wireless Stack? Thanks in advance :) |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
"Linux Wireless Stack" means the parts of the kernel that work together to support wireless networking. This includes drivers, but also shared infrastructure, for example the module that lets you configure your wireless interfaces, and code that drivers can use to assemble packages. There is a whole dedicated website about it: https://wireless.wiki.kernel.org/ |
Beta Was this translation helpful? Give feedback.
"Linux Wireless Stack" means the parts of the kernel that work together to support wireless networking. This includes drivers, but also shared infrastructure, for example the module that lets you configure your wireless interfaces, and code that drivers can use to assemble packages. There is a whole dedicated website about it: https://wireless.wiki.kernel.org/