dect
/
linux-2.6
Archived
13
0
Fork 0
This repository has been archived on 2022-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
linux-2.6/net/ieee80211/softmac
Johannes Berg 818667f7c4 [PATCH] softmac: fix SIOCSIWAP
There are some bugs in the current implementation of the SIOCSIWAP wext,
for example that when you do it twice and it fails, it may still try
another access point for some reason. This patch fixes this by introducing
a new flag that tells the association code that the bssid that is in use
was fixed by the user and shouldn't be deviated from.

Signed-off-by: Johannes Berg <johannes@sipsolutions.net>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
2006-04-24 15:20:23 -04:00
..
Kconfig [PATCH] softmac uses Wiress Ext. 2006-04-19 17:25:37 -04:00
Makefile [PATCH] softmac: fix Makefiles 2006-03-22 22:16:51 -05:00
ieee80211softmac_assoc.c [PATCH] softmac: fix SIOCSIWAP 2006-04-24 15:20:23 -04:00
ieee80211softmac_auth.c [PATCH] softmac: remove function_enter() 2006-03-23 07:12:36 -05:00
ieee80211softmac_event.c [PATCH] softmac: report when scanning has finished 2006-04-19 17:25:40 -04:00
ieee80211softmac_io.c [PATCH] softmac: handle iw_mode properly 2006-04-19 17:25:39 -04:00
ieee80211softmac_module.c [PATCH] softmac: fix SIOCSIWAP 2006-04-24 15:20:23 -04:00
ieee80211softmac_priv.h [PATCH] softmac: reduce scan dwell time 2006-03-27 14:04:09 -05:00
ieee80211softmac_scan.c [PATCH] softmac: dont send out packets while scanning 2006-04-19 17:25:39 -04:00
ieee80211softmac_wx.c [PATCH] softmac: fix SIOCSIWAP 2006-04-24 15:20:23 -04:00