aboutsummaryrefslogtreecommitdiff
path: root/net/mac80211/scan.c
AgeCommit message (Expand)Author
2012-09-07net/mac80211/scan.c: removes unnecessary semicolonPeter Senna Tschudin
2012-09-06mac80211: don't hang on to sched_scan_iesJohannes Berg
2012-09-06Merge remote-tracking branch 'mac80211/master' into mac80211-nextJohannes Berg
2012-08-20mac80211: pass channel to ieee80211_send_probe_reqJohannes Berg
2012-08-20mac80211: check operating channel in scanJohannes Berg
2012-07-30mac80211: don't clear sched_scan_sdata on sched scan stop requestEliad Peller
2012-07-30Merge remote-tracking branch 'wireless/master' into mac80211Johannes Berg
2012-07-24mac80211: fix scan_sdata assignmentJohannes Berg
2012-07-20Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2012-07-12mac80211: add time synchronisation with BSS for assocJohannes Berg
2012-07-12mac80211: redesign scan RXJohannes Berg
2012-07-12mac80211: track scheduled scan virtual interfaceJohannes Berg
2012-07-12mac80211: make scan_sdata pointer usable with RCUJohannes Berg
2012-07-12mac80211: fix invalid band deref building preq IEsArik Nemtsov
2012-06-12Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2012-06-06mac80211: unify SW/offload remain-on-channelJohannes Berg
2012-06-04net: Remove casts to same typeJoe Perches
2012-05-09mac80211: Convert compare_ether_addr to ether_addr_equalJoe Perches
2012-04-23mac80211: Support on-channel scan option.Ben Greear
2012-04-13mac80211: remove ieee80211_rx_bss_getMohammed Shafi Shajakhan
2012-04-13mac80211: do not scan and monitor connection in parallelStanislaw Gruszka
2012-03-28mac80211: fix oper channel timestamp updationRajkumar Manoharan
2012-03-07mac80211: Filter duplicate IE idsPaul Stewart
2012-03-05mac80211: use compare_ether_addr on MAC addresses instead of memcmpFelix Fietkau
2012-01-05Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2012-01-04mac80211: fix scan state machineMohammed Shafi Shajakhan
2011-12-19net: fix assignment of 0/1 to bool variables.Rusty Russell
2011-11-30mac80211: revert on-channel work optimisationsJohannes Berg
2011-11-22Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...John W. Linville
2011-11-11mac80211: simplify scan state machineJohannes Berg
2011-10-31net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modulesPaul Gortmaker
2011-10-25Merge branch 'pm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2011-10-11mac80211: pass no-CCK flag through to HW scanJohannes Berg
2011-09-27mac80211: Send the management frame at requested rateRajkumar Manoharan
2011-08-25PM QoS: Move and rename the implementation filesJean Pihet
2011-07-19mac80211: implement scan supported ratesJohannes Berg
2011-07-11Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2011-07-07mac80211: fix ie memory allocation for scheduled scansLuciano Coelho
2011-06-27mac80211: Drop DS Channel PARAM in directed probePaul Stewart
2011-06-27mac80211: restrict advertised HW scan ratesJohannes Berg
2011-06-17mac80211: add cancel_hw_scan() callbackEliad Peller
2011-05-27mac80211: Remove duplicate linux/slab.h include from net/mac80211/scan.cJesper Juhl
2011-05-16mac80211: abort scan_work immediately when the device goes downRajkumar Manoharan
2011-05-12cfg80211/mac80211: avoid bounce back mac->cfg->mac on sched_scan_stoppedLuciano Coelho
2011-05-11mac80211: add support for HW scheduled scanLuciano Coelho
2011-05-10mac80211: don't drop frames where skb->len < 24 in ieee80211_scan_rx()Luciano Coelho
2011-03-07mac80211: fix scan race, simplify codeJohannes Berg
2011-02-09mac80211: Ensure power-level set properly for scanning.Ben Greear
2011-02-09mac80211: Allow scanning on existing channel-type.Ben Greear
2011-02-04mac80211: Optimize scans on current operating channel.Ben Greear