輕鬆搜尋台灣無線電頻率分配狀況,提供頻段業務分配以及頻段細項狀況。Search Taiwan Radio Frequency Allocations easily, provide frequency allocation usage & detail. 搜尋來源:台灣無線電頻率分配表 (2020/09 核定本) GitHub: mlouielu/Taiwan-Radio-Frequency …
分類: wireless
802.11ac,目前台灣所可使用的 5 GHz 頻段如下:5.15 GHz~5.25 GHz、5.25 GHz~5.35 GHz、5.470 GHz~5.725 GHz 及 5.725 GHz~5.85 GHz。2016 年新增 5.15 ~ 5.25 GHz 以及 5.825 ~ 5.850 GHz 頻段。 …
如果我能早 2 年看到這篇文章該有多好: An Overview of Wireless LAN Standards IEEE 802.11 and IEEE 802.11e 詳盡的介紹了 CSMA/CA 的工作方式,講解了 IEEE 802.11 / IEEE 802.11e 的運作。
今天在處理 netlink 的時候,使用 Python 當作 user-space 承接來自 kernel-space 訊息的工具。我的情況是大約每 10ms 會由 kernel-space 發起一次 netlink multicast 到 user-space。當在運行 user-space script 的時候,過一陣子會出現這個錯誤: [crayon-64229bd306be865057985 …
今天在設定 hostapd 給 ath9k 的網卡使用時,遇到了這樣的問題: 無法在 AP mode 設定 channel 為 120, 124, 132 首先出現的是 DFS start_dfs_cac() failed, -1,照著這篇 mail 安裝 wireless-regdb 以及 crda 就不會出現問題。 接著出現了這樣的訊息: [crayon-64229bd3070611351657 …
ieee80211_local *local 用途: contains information about the real hardware, and is created when the interface is first added. (Daniel Caps Mur, Linux Wi-Fi open source drivers-mac80211,ath9k/ath5k-, pp.1) …
以 linux-4.19-rc2 為例,平台為 TP-Link WDR4300。程式碼以 linux-4.19-rc2 為準,有特別標示者以 OpenWrt/LEDE 為準。 1. ath9k 驅動程式註冊點:ath9k/init.c#ath9k_init(void) [crayon-64229bd3075f8739303132/] 主要有三件事情,(1) 初始化 PCI 匯流排、(2) 初始化 A …
1. 目標 透過 OpenWrt/LEDE 的 quilt 將 ath9k 打上 patch,把 ath9k/xmit.c、ath9k/recv.c、net/mac80211/tx.c 特定的 function static 修飾字消除,以利 ftrace / perf 能夠順利取得 symbol 進行追蹤。 2. 方法 a. 找出 ath9k 在 OpenWrt/LEDE 正確的 package …
When using flent to test rrul_50_up, LEDE/OpenWrt C2600 will crash like this: [crayon-64229bd307c1c844194116/]
ath repo: https://bitbucket.org/mlouielu/ath LEDE repo: https://github.com/lede-project/source, commit: 99be4170cb27e ath repo: git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.git, commit: e72a …