-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
# wi5-b43-driver | ||
b43 is the open source driver for 802.11b/g/n family of wireless chips that are produced by Broadcom. | ||
It is introduced in Linux 2.6.24 and supports BCM4321 and BCM4322 as of Linux 2.6.38. | ||
It is introduced in Linux 2.6.24 and supports BCM4321 and BCM4322. | ||
|
||
Currently, Odin Wi-5 is running in AP's having Qualcomm chipset supported by the ath9k and ath9k_htc drivers. In addition to Qualcomm devices, our purpose is to run Odin Wi-5 in the AP's having BCM4321 and BCM4322 chipsets. In order to handle this, we need to modify b43 driver to enable the device sending Layer 2 ACK's for the frames sent by the STA's connected to the device. |