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