- 08 11月, 2005 40 次提交
-
-
由 James Ketrenos 提交于
Signed-off-by: NJames Ketrenos <jketreno@linux.intel.com>
-
由 Hong Liu 提交于
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: NHong Liu <hong.liu@intel.com> Signed-off-by: NJames Ketrenos <jketreno@linux.intel.com>
-
由 Zhu Yi 提交于
Signed-off-by: NJames Ketrenos <jketreno@linux.intel.com>
-
由 Hong Liu 提交于
Signed-off-by: NJames Ketrenos <jketreno@linux.intel.com>
-
由 James Ketrenos 提交于
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: NJames Ketrenos <jketreno@linux.intel.com>
-
由 James Ketrenos 提交于
Signed-off-by: NJames Ketrenos <jketreno@linux.intel.com>
-
由 Hong Liu 提交于
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: NHong Liu <hong.liu@intel.com>
-
由 Hong Liu 提交于
Signed-off-by: NHong Liu <hong.liu@intel.com>
-
由 Peter Jones 提交于
Signed-off-by: NJames Ketrenos <jketreno@linux.intel.com>
-
由 Mike Kershaw 提交于
Signed-off-by: NMike Kershaw <dragorn@kismetwireless.net> Signed-off-by: NJames Ketrenos <jketreno@linux.intel.com>
-
由 Peter Jones 提交于
so you can cross-reference errno.h easily). Signed-off-by: NPeter Jones <pjones@redhat.com> Signed-off-by: NJames Ketrenos <jketreno@linux.intel.com>
-
由 Hong Liu 提交于
Signed-off-by: NHong Liu <hong.liu@intel.com>
-
由 Zhu Yi 提交于
Signed-off-by: NZhu Yi <yi.zhu@intel.com>
-
由 Hong Liu 提交于
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: NHong Liu <hong.liu@intel.com> Signed-off-by: NZhu Yi <yi.zhu@intel.com>
-
由 James Ketrenos 提交于
Fixed copyright date in ipw2200.h Signed-off-by: NJames Ketrenos <jketreno@linux.intel.com>
-
由 James Ketrenos 提交于
(handle_probe_response, handle_beacon, handle_association_response). Fixed a problem with ipw_send_cmd() returning non-zero on success. Signed-off-by: NJames Ketrenos <jketreno@linux.intel.com>
-
由 Liu Hong 提交于
keep regulatory consistency in one location. Signed-off-by: James Ketrenos
-
由 James Ketrenos 提交于
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: NJames Ketrenos <jketreno@linux.intel.com>
-
由 James Ketrenos 提交于
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: NJames Ketrenos <jketreno@linux.intel.com>
-
由 James Ketrenos 提交于
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: NJames Ketrenos <jketreno@linux.intel.com>
-
由 James Ketrenos 提交于
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: NJames Ketrenos <jketreno@linux.intel.com>
-
由 Zhu Yi 提交于
Signed-off-by: NZhu Yi <yi.zhu@intel.com>
-
由 Zhu Yi 提交于
Signed-off-by: NZhu Yi <yi.zhu@intel.com>
-
由 Zhu Yi 提交于
Signed-off-by: NZhu Yi <yi.zhu@intel.com>
-
由 Hong Liu 提交于
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: NHong Liu <hong.liu@intel.com> Signed-off-by: NZhu Yi <yi.zhu@intel.com>
-
由 Zhu Yi 提交于
Signed-off-by: NZhu Yi <yi.zhu@intel.com>
-
由 Zhu Yi 提交于
support hardware fragmentation. Signed-off-by: NZhu Yi <yi.zhu@intel.com>
-
由 Zhu Yi 提交于
Signed-off-by: NZhu Yi <yi.zhu@intel.com>
-
由 James Ketrenos 提交于
iwconfig matches what their hardware can actually do in regard to supported channel maps, etc. Signed-off-by: NJames Ketrenos <jketreno@linux.intel.com>
-
由 James Ketrenos 提交于
Updated a copyright date. Signed-off-by: NJames Ketrenos <jketreno@linux.intel.com>
-
由 James Ketrenos 提交于
support. Signed-off-by: NJames Ketrenos <jketreno@linux.intel.com>
-
由 James Ketrenos 提交于
(vs. 9 which is too low in most environments) Signed-off-by: NJames Ketrenos <jketreno@linux.intel.com>
-
由 Liu Hong 提交于
It uses the ieee80211-geo info to set the tx power of the a/b/g band. Signed-off-by: NJames Ketrenos <jketreno@linux.intel.com>
-
由 Zhu Yi 提交于
We send SYSTEM_CONFIG command after the TGI_KEY command if hardware encryption is enabled. It sometimes causes a firmware stall (firmware doesn't respond to any request) and finally bungs up the Tx send queue. The solution is to send SYSTEM_CONFIG command in the post association stage from a workqueue. Signed-off-by: NJames Ketrenos <jketreno@linux.intel.com>
-
由 Zhu Yi 提交于
Signed-off-by: NJames Ketrenos <jketreno@linux.intel.com>
-
由 Zhu Yi 提交于
Firmware sends received packets with double sized ICV/MIC. Signed-off-by: NJames Ketrenos <jketreno@linux.intel.com>
-
由 James Ketrenos 提交于
* Fixed #452 problem with setting retry limit (thanks to Hong Liu) * Fixed #592 race condition during association causing firmware errors * Fixed #602 problem with building in 64-bit environment * Fixed #625 problem with SCAN_REQUEST_EXT sometimes failing * Fixed #645 problem with bit rate not decreasing when moving laptop farther from AP * Fixed #656 problem with 'iwconfig eth1 mode auto' and 'modprobe' locking the system * Fixed #667 problem with "No space for Tx" for hwcrypto=1 * Fixed #685 kernel panic in rmmod caused by led work is still queued * Fixed #695 problem with network doesn't reassociate after suspend/resume * Fixed #701 problem with 'iwprvi sw_reset' not resetting the card from monitor mode * Fixed #710 problem with monitor mode being used after a WEP key has been configured * Fixed network->mode vs. priv->ieee->iw_mode checking (thanks to Ben Cahill) * Fixed "Unknown management packet %d" warning * Fixed setting channels multiple times in monitor mode causes scan stopped * Fixed ipw_wx_sw_reset doesn't switch firmware if mode is changed. * Add duplicate packet checking code (kill ping DUP! and TKIP replay warning) * Fix hardware encryption (both WEP and AES) doesn't work with fragmentation. Signed-off-by: NJames Ketrenos <jketreno@linux.intel.com>
-
由 Zhu Yi 提交于
support wpa_supplicant with open AP. We need this to make driver_ipw work. driver_ext has already had the similar code with the WE-18 support added. Signed-off-by: NJames Ketrenos <jketreno@linux.intel.com>
-
由 Liu Hong 提交于
Signed-off-by: NJames Ketrenos <jketreno@linux.intel.com>
-