Age | Commit message (Expand) | Author | Files | Lines |
2015-06-09 | mac80211: ignore invalid scan RSSI values | Sara Sharon | 1 | -1/+7 |
2015-06-02 | mac80211: rename single hw-scan flag to follow naming convention | Johannes Berg | 1 | -3/+3 |
2015-03-30 | mac80211: IBSS fix scan request | Janusz.Dziedzic@tieto.com | 1 | -9/+16 |
2015-01-23 | mac80211: complete scan work immediately if quiesced or suspended | Luciano Coelho | 1 | -0/+5 |
2015-01-14 | mac80211: don't defer scans in case of radar detection | Eliad Peller | 1 | -1/+1 |
2015-01-14 | mac80211: remove local->radar_detect_enabled | Eliad Peller | 1 | -1/+1 |
2015-01-14 | mac80211: let flush() drop packets when possible | Emmanuel Grumbach | 1 | -2/+2 |
2014-11-19 | mac80211: allow drivers to support NL80211_SCAN_FLAG_RANDOM_ADDR | Johannes Berg | 1 | -10/+38 |
2014-11-19 | mac80211: rcu-ify scan and scheduled scan request pointers | Johannes Berg | 1 | -30/+49 |
2014-11-19 | mac80211: remove redundant check | Eliad Peller | 1 | -1/+1 |
2014-09-05 | mac80211: add Intel Mobile Communications copyright | Johannes Berg | 1 | -0/+1 |
2014-08-26 | mac80211: scan: Replace rcu_assign_pointer() with RCU_INIT_POINTER() | Andreea-Cristina Bernat | 1 | -1/+1 |
2014-06-25 | mac80211: split sched scan IEs | David Spinadel | 1 | -23/+24 |
2014-06-25 | mac80211: support more than one band in scan request | David Spinadel | 1 | -25/+60 |
2014-05-09 | mac80211: handle failed restart/resume better | Johannes Berg | 1 | -5/+10 |
2014-04-09 | mac80211: use RCU_INIT_POINTER | Monam Agarwal | 1 | -5/+5 |
2014-03-20 | mac80211: release sched_scan_sdata when stopping sched scan | Alexander Bondar | 1 | -2/+4 |
2014-02-20 | mac80211: allow driver to return error from sched_scan_stop | Johannes Berg | 1 | -1/+1 |
2014-02-11 | mac80211: fix IE buffer len | David Spinadel | 1 | -5/+2 |
2013-12-16 | mac80211: reschedule sched scan after HW restart | David Spinadel | 1 | -14/+39 |
2013-12-16 | Merge remote-tracking branch 'wireless-next/master' into mac80211-next | Johannes Berg | 1 | -1/+1 |
2013-12-06 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | John W. Linville | 1 | -1/+1 |
2013-12-05 | mac80211: start_next_roc only if scan was actually running | Eliad Peller | 1 | -1/+3 |
2013-12-05 | mac80211: determine completed scan type by defined ops | Eliad Peller | 1 | -8/+7 |
2013-12-03 | mac80211: remove duplicate code | Eliad Peller | 1 | -8/+0 |
2013-11-25 | cfg80211: consolidate passive-scan and no-ibss flags | Luis R. Rodriguez | 1 | -5/+5 |
2013-11-25 | mac80211: fix scheduled scan rtnl deadlock | Johannes Berg | 1 | -1/+1 |
2013-11-04 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | John W. Linville | 1 | -0/+19 |
2013-10-24 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -0/+19 |
2013-10-09 | mac80211: correctly close cancelled scans | Emmanuel Grumbach | 1 | -0/+19 |
2013-09-26 | mac80211: change beacon/connection polling | Stanislaw Gruszka | 1 | -2/+1 |
2013-07-16 | mac80211: allow scanning for 5/10 MHz channels in IBSS | Simon Wunderlich | 1 | -6/+39 |
2013-07-16 | mac80211: select and adjust bitrates according to channel mode | Simon Wunderlich | 1 | -2/+25 |
2013-06-13 | mac80211: track AP's beacon rate and give it to the driver | Alexander Bondar | 1 | -0/+9 |
2013-04-16 | mac80211: parse VHT channel switch IEs | Johannes Berg | 1 | -1/+1 |
2013-04-08 | mac80211: check ERP info IE length in parser | Johannes Berg | 1 | -3/+2 |
2013-03-25 | mac80211: Use a cfg80211_chan_def in ieee80211_hw_conf_chan | Karl Beldan | 1 | -3/+3 |
2013-03-18 | mac80211: pass queue bitmap to flush operation | Johannes Berg | 1 | -2/+2 |
2013-03-11 | mac80211: remove a few set but unused variables | Johannes Berg | 1 | -3/+0 |
2013-02-15 | mac80211: add radar detection command/event | Simon Wunderlich | 1 | -0/+3 |
2013-02-12 | mac80211: Add flushes before going off-channel | Seth Forshee | 1 | -0/+3 |
2013-02-12 | mac80211: Fix tx queue handling during scans | Seth Forshee | 1 | -3/+6 |
2013-02-11 | mac80211: introduce beacon-only timing data | Johannes Berg | 1 | -1/+4 |
2013-02-11 | cfg80211: pass wiphy to cfg80211_ref_bss/put_bss | Johannes Berg | 1 | -1/+2 |
2013-01-31 | mac80211: improve latency and throughput while software scanning | Stanislaw Gruszka | 1 | -27/+5 |
2013-01-31 | mac80211: start auth/assoc timeout on frame status | Johannes Berg | 1 | -1/+2 |
2013-01-31 | mac80211: remove unused mesh data from bss | Johannes Berg | 1 | -9/+0 |
2013-01-31 | mac80211: remove last_probe_resp from bss | Johannes Berg | 1 | -3/+0 |
2013-01-28 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | John W. Linville | 1 | -10/+5 |
2013-01-16 | mac80211: synchronize scan off/on-channel and PS states | Stanislaw Gruszka | 1 | -10/+5 |