Changes between Version 28 and Version 29 of wireless/wifi
- Timestamp:
- 05/17/2018 10:49:17 PM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
wireless/wifi
v28 v29 1020 1020 }}} 1021 1021 1022 Creating an interface that already exists will cause an error: 1023 1024 {{{ 1025 root@OpenWrt:/# ls /sys/class/net/ 1026 bond0 can0 gretap0 lo 1027 bonding_masters eth0 ifb0 usb0 1028 br-lan gre0 ifb1 wlan0 1029 root@OpenWrt:/# iw phy phy0 interface add wlan0 type ibss 1030 command failed: Too many open files in system (-23) 1031 root@OpenWrt:/# 1032 }}} 1033 1034 1035 1022 1036 === Frame Aggregation === 1023 1037 As data rates increase the overhead of management and headers starts to create bandwidth bottlenecks. The 802.11n specification introduced the concept of '''Frame Aggregation''' to combat this. Two types of aggregation was introduced: A-MPDU and A-MSDU.