| Summary: | Impossible to set the bit rate of the WLAN interface | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Janusz <radionix> |
| Component: | kernel | Assignee: | Kernel Maintainer List <kernel-maint> |
| Status: | CLOSED EOL | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | medium | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 22 | CC: | extras-orphan, gansalmon, itamar, jonathan, kernel-maint, linuxwifi, linville, madhu.chinakonda, mchehab |
| Target Milestone: | --- | Keywords: | Reopened |
| Target Release: | --- | ||
| Hardware: | x86_64 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2016-07-19 20:00:06 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
|
Description
Janusz
2015-12-26 16:35:36 UTC
iwconfig is long deprecated. You will need to use iw instead. https://wireless.wiki.kernel.org/en/users/Documentation/iw#modifying_transmit_bitrates Hi! Thank you for the answer. I finally tested it fully and unfortunately it only seems to work, but it does not. Testing procedure I set 1 Mbit/s mode: # iw dev wlp2s0 set bitrates legacy-2.4 1 I test it with the command #iw dev wlp2s0 link The output of this command shows that the mode was changed to 1 Mbit/s. However, to make sure it works, and explain why I still have trouble connecting to the AP, I used a spectrum analyzer, and found out from the spectrum that an OFDM mode is used, that is 6 Mbit/s or more, instead of DSSS mode in 1 Mbit/s. I am not sure we really fully support this command. I'd have to check. Please understand that this type of bug has a low priority. I looked at the code, iwlwifi doesn't seem to be checking for rates that may have been masked with this command. We will probably not fix it though: "Setting preference for transmitting using MCS rates is supported by letting you specify the band and MCS rate. Note that whether or not the device actually listens to your petition will vary depending on the device driver and cooperation from the firmware." Fedora 22 changed to end-of-life (EOL) status on 2016-07-19. Fedora 22 is no longer maintained, which means that it will not receive any further security or bug fix updates. As a result we are closing this bug. If you can reproduce this bug against a currently maintained version of Fedora please feel free to reopen this bug against that version. If you are unable to reopen this bug, please file a new report against the current release. If you experience problems, please add a comment to this bug. Thank you for reporting this bug and we are sorry it could not be fixed. |