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