An error occurred fetching the project authors.
- 28 Oct, 2005 1 commit
-
-
Jesper Juhl authored
-
- 24 Sep, 2005 3 commits
-
-
Jean Tourrilhes authored
Now that we are compiling with -fno-strict-aliasing (this is the kernel default), we can drop the following kludge for iwe_stream_add_event(). Signed-off-by:
Jouni Malinen <jkmaline@cc.hut.fi> Signed-off-by:
Jeff Garzik <jgarzik@pobox.com>
-
Jean Tourrilhes authored
This is the trace I got : Signed-off-by:
Jeff Garzik <jgarzik@pobox.com>
-
Jean Tourrilhes authored
This patch adds support for WE-19 to the HostAP driver. One of the major change is the use of an explicit flag to tell if iwstat is in dBm or not. Signed-off-by:
Jouni Malinen <jkmaline@cc.hut.fi> Signed-off-by:
Jeff Garzik <jgarzik@pobox.com>
-
- 15 Aug, 2005 2 commits
-
-
Jouni Malinen authored
Replace temporary HOSTAP_FC_GET_{TYPE,STYPE} macros with the ieee80211 version of WLAN_FC_GET_{TYPE,STYPE}. Signed-off-by:
Jouni Malinen <jkmaline@cc.hut.fi> Signed-off-by:
Jeff Garzik <jgarzik@pobox.com>
-
Jouni Malinen authored
PCI version of Prism2.5/3 has undocumented DMA support for TX/RX data, but this seems to have some hardware bugs that prevent it from being used properly for TX. RX side could possibly be made to work reliably. Even though DMA support would be very useful for saving host CPU (from about 40% to 5-10% when operating at maximum throughput), it seems to be best to just remove this code finally. The implementation has always been commented out by default and has received very limited testing. The code may have already been broken number of times and I don't have much interested in trying to verify whether it works or not. Getting this out makes it easier to maintain the driver and allows some cleanups that have been partly postponed because of this experimental bus master/DMA code. Signed-off-by:
Jouni Malinen <jkmaline@cc.hut.fi> Signed-off-by:
Jeff Garzik <jgarzik@pobox.com>
-
- 31 Jul, 2005 2 commits
-
-
Jeff Garzik authored
-
Jouni Malinen authored
Replace Host AP version of WEP, TKIP, CCMP implementation with net/ieee80211 that has more or less identical implementation (since it is based on the Host AP implementation). Remove Host AP specific implementation and modules from drivers/net/wireless/hostap. Signed-off-by:
Jouni Malinen <jkmaline@cc.hut.fi> Signed-off-by:
Jeff Garzik <jgarzik@pobox.com>
-
- 30 Jul, 2005 3 commits
-
-
Jouni Malinen authored
Fixed beacon frame when moving from monitor mode to master mode (workaround for firmware bug that left IBSS IE in the Beacon frames). This is using the same workaround that was previously used when moving from adhoc mode to master mode. Signed-off-by:
Jouni Malinen <jkmaline@cc.hut.fi> Signed-off-by:
Jeff Garzik <jgarzik@pobox.com>
-
Jouni Malinen authored
Cleaned up scan result processing by converting struct hfa384x_scan_result into struct hfa384x_hostscan_result. This removes special cases from result processing since the results are only used in one, hostscan, format. Signed-off-by:
Jouni Malinen <jkmaline@cc.hut.fi> Signed-off-by:
Jeff Garzik <jgarzik@pobox.com>
-
Jouni Malinen authored
Added support for setting channel mask for scan requests ('iwpriv wlan0 scan_channels 0x00ff' masks scans to use channels 1-8). Signed-off-by:
Jouni Malinen <jkmaline@cc.hut.fi> Signed-off-by:
Jeff Garzik <jgarzik@pobox.com>
-
- 13 May, 2005 1 commit
-
-
Jouni Malinen authored
Includes minor cleanups from Adrian Bunk <bunk@stusta.de>.
-