| Commit message (Expand) | Author | Age | Files | Lines |
* | mac80211: fix scan race, simplify code | Johannes Berg | 2011-03-07 | 1 | -40/+24 |
* | mac80211: Ensure power-level set properly for scanning. | Ben Greear | 2011-02-09 | 1 | -1/+8 |
* | mac80211: Allow scanning on existing channel-type. | Ben Greear | 2011-02-09 | 1 | -4/+2 |
* | mac80211: Optimize scans on current operating channel. | Ben Greear | 2011-02-04 | 1 | -25/+63 |
* | cfg80211: Extend channel to frequency mapping for 802.11j | Bruno Randolf | 2011-01-21 | 1 | -1/+2 |
* | mac80211: fix sw scan locking | Johannes Berg | 2010-10-07 | 1 | -2/+1 |
* | mac80211: avoid uninitialized var warning in ieee80211_scan_cancel | John W. Linville | 2010-10-06 | 1 | -3/+4 |
* | mac80211: compete scan to cfg80211 if deferred scan fail to start | Stanislaw Gruszka | 2010-10-06 | 1 | -0/+2 |
* | mac80211: do not requeue scan work when not needed | Stanislaw Gruszka | 2010-10-06 | 1 | -12/+3 |
* | mac80211: assure we also cancel deferred scan request | Stanislaw Gruszka | 2010-10-06 | 1 | -10/+25 |
* | mac80211: keep lock when calling __ieee80211_scan_completed() | Stanislaw Gruszka | 2010-10-06 | 1 | -36/+39 |
* | mac80211: reduce number of __ieee80211_scan_completed calls | Stanislaw Gruszka | 2010-10-06 | 1 | -22/+29 |
* | mac80211: Add DS Parameter Set into Probe Request on 2.4 GHz | Jouni Malinen | 2010-09-24 | 1 | -1/+2 |
* | mac80211: Filter ProbeReq SuppRates based on TX rate mask | Jouni Malinen | 2010-09-24 | 1 | -1/+1 |
* | mac80211: allow scan to complete from any context | Johannes Berg | 2010-08-27 | 1 | -8/+26 |
* | mac80211: per interface idle notification | Johannes Berg | 2010-08-16 | 1 | -0/+2 |
* | mac80211: unify scan and work mutexes | Johannes Berg | 2010-08-16 | 1 | -15/+15 |
* | mac80211: fix scan locking wrt. hw scan | Johannes Berg | 2010-08-04 | 1 | -14/+0 |
* | mac80211: allow drivers to request DTIM period | Johannes Berg | 2010-07-29 | 1 | -0/+4 |
* | Revert "mac80211: fix sw scan bracketing" | Luis R. Rodriguez | 2010-07-28 | 1 | -2/+2 |
* | mac80211: Fix compile warning in scan.c. | Gertjan van Wingerde | 2010-06-21 | 1 | -1/+1 |
* | mac80211: fix sw scan bracketing | Johannes Berg | 2010-06-18 | 1 | -2/+2 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 | Linus Torvalds | 2010-05-20 | 1 | -19/+107 |
|\ |
|
| * | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | John W. Linville | 2010-05-05 | 1 | -13/+40 |
| |\ |
|
| | * | mac80211: improve IBSS scanning | Johannes Berg | 2010-05-03 | 1 | -1/+27 |
| | * | mac80211: do not wip out old supported rates | Stanislaw Gruszka | 2010-04-28 | 1 | -10/+11 |
| | * | mac80211: give virtual interface to hw_scan | Johannes Berg | 2010-04-27 | 1 | -2/+2 |
| * | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | John W. Linville | 2010-04-15 | 1 | -0/+2 |
| |\ \
| | |/ |
|
| | * | mac80211: enhance tracing | Johannes Berg | 2010-04-08 | 1 | -0/+2 |
| * | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 2010-04-11 | 1 | -0/+1 |
| |\ \
| |/ /
|/| /
| |/ |
|
| * | mac80211: Improve software scan timing | Helmut Schaa | 2010-03-09 | 1 | -6/+65 |
* | | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo | 2010-03-30 | 1 | -0/+1 |
|/ |
|
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | John W. Linville | 2010-02-08 | 1 | -8/+19 |
|\ |
|
| * | mac80211: fix deferred hardware scan requests | Johannes Berg | 2010-02-08 | 1 | -8/+10 |
| * | Revert "mac80211: replace netif_tx_{start,stop,wake}_all_queues" | John W. Linville | 2010-01-06 | 1 | -5/+5 |
* | | mac80211: wait for beacon before enabling powersave | Johannes Berg | 2010-01-26 | 1 | -4/+0 |
* | | mac80211: add U-APSD client support | Kalle Valo | 2010-01-12 | 1 | -0/+18 |
* | | mac80211: fix a few work bugs | Johannes Berg | 2010-01-12 | 1 | -0/+1 |
* | | mac80211: No need to include WEXT headers here | Jouni Malinen | 2010-01-05 | 1 | -1/+0 |
* | | mac80211: Generalize off-channel operation helpers from scan code | Jouni Malinen | 2009-12-28 | 1 | -150/+6 |
* | | mac80211: proper bss private data handling | Johannes Berg | 2009-12-28 | 1 | -11/+18 |
* | | mac80211: generalise work handling | Johannes Berg | 2009-12-28 | 1 | -6/+2 |
* | | mac80211: introduce flush operation | Johannes Berg | 2009-12-28 | 1 | -2/+11 |
* | | mac80211: add ieee80211_sdata_running | Johannes Berg | 2009-12-28 | 1 | -6/+6 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6 | John W. Linville | 2009-12-28 | 1 | -4/+16 |
|\ \
| |/ |
|
| * | mac80211: Fix dynamic power save for scanning. | Vivek Natarajan | 2009-12-07 | 1 | -4/+16 |
* | | mac80211: reduce reliance on netdev | Johannes Berg | 2009-12-21 | 1 | -1/+1 |
|/ |
|
* | cfg80211: validate scan channels | Johannes Berg | 2009-11-02 | 1 | -11/+2 |
* | mac80211: fix scan abort sanity checks | Johannes Berg | 2009-11-02 | 1 | -4/+8 |
* | mac80211: split hardware scan by band | Johannes Berg | 2009-10-30 | 1 | -25/+71 |