- 07 Nov, 2005 40 commits
-
-
James Ketrenos authored
Signed-off-by: James Ketrenos <jketreno@linux.intel.com>
-
Hong Liu authored
Signed-off-by: James Ketrenos <jketreno@linux.intel.com>
-
James Ketrenos authored
Signed-off-by: James Ketrenos <jketreno@linux.intel.com>
-
James Ketrenos authored
configured. Countermeasures default to being turned off when wpa_supplicant runs, regardless of if TKIP is being used. They are only turned on if a TKIP is running. The warning we were printing is therefore not needed. Signed-off-by: James Ketrenos <jketreno@linux.intel.com>
-
Ben Cahill authored
Signed-off-by: James Ketrenos <jketreno@linux.intel.com>
-
James Ketrenos authored
Signed-off-by: James Ketrenos <jketreno@linux.intel.com>
-
Benoit Boissinot authored
Wireless extensions moved the get_wireless_stats handler from being in net_device into wireless_handler. Signed-off-by: Benoit Boissinot <benoit.boissinot@ens-lyon.org> Signed-off-by: James Ketrenos <jketreno@linux.intel.com>
-
James Ketrenos authored
Signed-off-by: James Ketrenos <jketreno@linux.intel.com>
-
James Ketrenos authored
Signed-off-by: James Ketrenos <jketreno@linux.intel.com>
-
Hong Liu authored
The problem is caused by the patch in bug455 -- Channel change flood generates fatal error. The patch set the DISASSOCIATING status bit after sending the command. The process was scheduled out when waiting for the command to be sent to the card. The disassociated notification clears the DISASSOCIATING bit in the tasklet before the process set the bit. Move the bit setting code before sending the command now. Signed-off-by: Hong Liu <hong.liu@intel.com> Signed-off-by: James Ketrenos <jketreno@linux.intel.com>
-
Zhu Yi authored
Signed-off-by: James Ketrenos <jketreno@linux.intel.com>
-
Hong Liu authored
Signed-off-by: James Ketrenos <jketreno@linux.intel.com>
-
James Ketrenos authored
The PF_SYNCTHREAD check was introduced to try and remain compatible with SWSUSP2. This check is no longer needed with newer versions. Signed-off-by: James Ketrenos <jketreno@linux.intel.com>
-
James Ketrenos authored
Signed-off-by: James Ketrenos <jketreno@linux.intel.com>
-
Hong Liu authored
error when it tries to auth to a WPA ap. The patch filters out WPA networks if the card is not wpa enabled when selecting network to associate to. Signed-off-by: Hong Liu <hong.liu@intel.com>
-
Hong Liu authored
Signed-off-by: Hong Liu <hong.liu@intel.com>
-
Peter Jones authored
Signed-off-by: James Ketrenos <jketreno@linux.intel.com>
-
Mike Kershaw authored
Signed-off-by: Mike Kershaw <dragorn@kismetwireless.net> Signed-off-by: James Ketrenos <jketreno@linux.intel.com>
-
Peter Jones authored
so you can cross-reference errno.h easily). Signed-off-by: Peter Jones <pjones@redhat.com> Signed-off-by: James Ketrenos <jketreno@linux.intel.com>
-
Hong Liu authored
Signed-off-by: Hong Liu <hong.liu@intel.com>
-
Zhu Yi authored
Signed-off-by: Zhu Yi <yi.zhu@intel.com>
-
Hong Liu authored
Because of the frequent channel change, it is possible that when we are try to associate with channel 1 (authenticated but not associated). Another channel change comes at this time, then the driver will issue disassociate command to the firmware which will cause the fatal error. It seems that the association/disassociation procedure should not be interrupted. The patch attached adds test on STATUS_ASSOCIATING | STATUS_DISASSOCIATING in ipw_send_cmd(), when ensures that commands will not be sent to firmware when we are in these two status. Signed-off-by: Hong Liu <hong.liu@intel.com> Signed-off-by: Zhu Yi <yi.zhu@intel.com>
-
James Ketrenos authored
Fixed copyright date in ipw2200.h Signed-off-by: James Ketrenos <jketreno@linux.intel.com>
-
James Ketrenos authored
(handle_probe_response, handle_beacon, handle_association_response). Fixed a problem with ipw_send_cmd() returning non-zero on success. Signed-off-by: James Ketrenos <jketreno@linux.intel.com>
-
Liu Hong authored
keep regulatory consistency in one location. Signed-off-by: James Ketrenos
-
James Ketrenos authored
You can now specify via the module parameter 'cmdlog' to allocate a ring buffer for caching host commands sent to the firmware. They can then be dumped at any time via the sysfs entry 'cmd_log' Signed-off-by: James Ketrenos <jketreno@linux.intel.com>
-
James Ketrenos authored
codes to the caller and changed ipw_send_cmd itself to print the error message to the syslog indicating which command failed to be sent. Signed-off-by: James Ketrenos <jketreno@linux.intel.com>
-
James Ketrenos authored
via sysfs even if debugging disabled. When a firmware error is captured, it will be dumped to the kernel log (if debug enabled) and captured in memory to be retrieved via sysfs. If an error has already been captured, subsequent errors will be dropped. The existing error can be cleared by writing to the error log entry. Signed-off-by: James Ketrenos <jketreno@linux.intel.com>
-
James Ketrenos authored
with request_scan being called before initialized if invoked from insmod, resulting in no association occurring during boot until iwlist scan is run. Signed-off-by: James Ketrenos <jketreno@linux.intel.com>
-
Zhu Yi authored
Signed-off-by: Zhu Yi <yi.zhu@intel.com>
-
Zhu Yi authored
Signed-off-by: Zhu Yi <yi.zhu@intel.com>
-
Zhu Yi authored
Signed-off-by: Zhu Yi <yi.zhu@intel.com>
-
Hong Liu authored
If we configure the wep keys after creating the ibss network, the beacons of this network will not show correctly (it still shows "key off" in iwlist scan report). This is because we don't update the beacon info in firmware. Signed-off-by: Hong Liu <hong.liu@intel.com> Signed-off-by: Zhu Yi <yi.zhu@intel.com>
-
Zhu Yi authored
Signed-off-by: Zhu Yi <yi.zhu@intel.com>
-
Zhu Yi authored
support hardware fragmentation. Signed-off-by: Zhu Yi <yi.zhu@intel.com>
-
Zhu Yi authored
Signed-off-by: Zhu Yi <yi.zhu@intel.com>
-
James Ketrenos authored
iwconfig matches what their hardware can actually do in regard to supported channel maps, etc. Signed-off-by: James Ketrenos <jketreno@linux.intel.com>
-
James Ketrenos authored
Updated a copyright date. Signed-off-by: James Ketrenos <jketreno@linux.intel.com>
-
James Ketrenos authored
support. Signed-off-by: James Ketrenos <jketreno@linux.intel.com>
-
James Ketrenos authored
(vs. 9 which is too low in most environments) Signed-off-by: James Ketrenos <jketreno@linux.intel.com>
-