summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/wl12xx/scan.c
Commit message (Expand)AuthorAgeFilesLines
* wireless/wl12xx/wl1251: move TI WLAN modules to a common ti subdirectoryLuciano Coelho2012-04-121-790/+0Star
* wl12xx: adaptive sched scan dwell timesEyal Shapira2012-04-101-4/+24
* wl12xx: implement SW Tx watchdogArik Nemtsov2012-03-081-0/+6
* wl12xx: use split scan for normal scanEyal Shapira2012-02-151-3/+5
* wl12xx: don't fail on AP scanEliad Peller2012-02-151-6/+7
* wl12xx: declare support for hw scan while idleEliad Peller2012-02-151-13/+0Star
* wl12xx: use dev_role_id for scansEliad Peller2012-02-151-6/+14
* wl12xx: fw api change - add role_id to set_templateEliad Peller2012-02-151-11/+17
* wl12xx: mark no sched scan only after FW eventEyal Shapira2011-12-201-1/+0Star
* wl12xx: fix sched scan of DFS channelsEyal Shapira2011-12-201-7/+8
* wl12xx: make WL1271_FLAG_IDLE flag per-vifEliad Peller2011-12-201-1/+1
* wl12xx: minor fix in sched_scan_ssid_listEyal Shapira2011-12-081-0/+3
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...Luciano Coelho2011-12-011-1/+1
|\
| * wl12xx: fix wl12xx_scan_sched_scan_ssid_list() check that all given ssids are...Eyal Shapira2011-11-081-1/+1
* | wl12xx: set scan probe requests rate according to the no_cck flagGuy Eilam2011-11-081-4/+15
* | wl12xx: couple role_start_dev with rocEliad Peller2011-11-081-2/+1Star
* | wl12xx: move debugging definitions to a separate fileLuciano Coelho2011-10-111-0/+1
* | wl12xx: add band field to wlvifEliad Peller2011-10-111-1/+1
* | wl12xx: make WL1271_FLAG_IBSS_JOINED flag per-vifEliad Peller2011-10-111-1/+1
* | wl12xx: make WL1271_FLAG_STA_ASSOCIATED flag per-vifEliad Peller2011-10-111-2/+2
* | wl12xx: move bitrate_masks into wlvifEliad Peller2011-10-111-10/+11
* | wl12xx: move dev_role_id into wlvifEliad Peller2011-10-071-4/+6
* | wl12xx: move role_id into wlvifEliad Peller2011-10-071-2/+3
* | wl12xx: move probereq into wlvifEliad Peller2011-10-071-1/+1
* | wl12xx: move bss_type into wlvifEliad Peller2011-10-071-4/+8
* | wl12xx: replace wl->mac_addr with vif->addrEliad Peller2011-10-071-14/+18
|/
* wl12xx: implement set_bitrate_mask callbackEliad Peller2011-09-231-8/+15
* wl12xx: fix forced passive scansLuciano Coelho2011-09-221-6/+13
* wl12xx: ignore sched scan match sets without SSIDLuciano Coelho2011-09-141-3/+12
* wl12xx: add support for sched_scan filtersLuciano Coelho2011-09-141-35/+72
* wl12xx: check for ROC on scan_completeEliad Peller2011-09-141-2/+3
* wl12xx: don't use WL1271_SCAN_OPT_PRIORITY_HIGH flagEliad Peller2011-09-141-3/+0Star
* wl12xx: use SCAN_SSID_TYPE_PUBLIC when using the wildcard in sched_scanLuciano Coelho2011-08-251-2/+5
* wl12xx: add support for multiple SSIDs in sched_scanLuciano Coelho2011-08-251-7/+56
* wl12xx: support IBSS vif typeEliad Peller2011-08-221-1/+8
* wl12xx: replace dummy_join with ROC/CROC commandsEliad Peller2011-08-221-6/+14
* wl12xx: update scan cmd apiEliad Peller2011-08-221-1/+7
* wl12xx: remove rx filtering stuffEliad Peller2011-08-221-3/+0Star
* wl12xx: add stop_scan commandEliad Peller2011-07-051-0/+27
* wl12xx: Avoid recovery while one is already in progressIdo Yariv2011-06-271-1/+1
* wl12xx: split channel array per band in sched_scanLuciano Coelho2011-06-271-32/+29Star
* wl12xx: fix oops in sched_scan when forcing a passive scanLuciano Coelho2011-05-311-3/+8
* wl12xx: add separate config value for DFS dwell time on sched scanLuciano Coelho2011-05-311-2/+5
* wl12xx: fix DFS channels handling in scheduled scanLuciano Coelho2011-05-311-11/+20
* wl12xx: fix passive and radar channel generation for scheduled scanLuciano Coelho2011-05-311-2/+2
* wl12xx: prevent sched_scan when not idle or not in station modeLuciano Coelho2011-05-121-0/+6
* wl12xx: implement scheduled scan driver operations and reportingLuciano Coelho2011-05-121-1/+5
* wl12xx: add scheduled scan structures and commandsLuciano Coelho2011-05-121-0/+233
* wl12xx: use a bitmask instead of list of booleans in scanned_chLuciano Coelho2011-04-191-7/+10
* wl12xx: wakeup chip from ELP during scanArik Nemtsov2011-03-031-6/+14