| Commit message (Expand) | Author | Age | Files | Lines |
* | mac80211: cache mesh beacon | Thomas Pedersen | 2013-02-15 | 1 | -0/+3 |
* | mac80211: constify IE parsing | Johannes Berg | 2013-02-15 | 1 | -43/+44 |
* | mac80211: add ieee80211_vif_change_bandwidth | Johannes Berg | 2013-02-15 | 1 | -0/+4 |
* | mac80211: handle operating mode notif in beacon/assoc response | Johannes Berg | 2013-02-15 | 1 | -1/+2 |
* | mac80211: handle VHT operating mode notification | Johannes Berg | 2013-02-15 | 1 | -0/+3 |
* | mac80211: track number of spatial streams | Johannes Berg | 2013-02-15 | 1 | -0/+1 |
* | mac80211: stop toggling IEEE80211_HT_CAP_SUP_WIDTH_20_40 | Johannes Berg | 2013-02-15 | 1 | -2/+3 |
* | mac80211: pass station to ieee80211_vht_cap_ie_to_sta_vht_cap | Johannes Berg | 2013-02-15 | 1 | -1/+2 |
* | mac80211: don't pick up WPA vendor IE | Johannes Berg | 2013-02-15 | 1 | -2/+0 |
* | mac80211: fix auth/assoc timeout handling | Johannes Berg | 2013-02-15 | 1 | -0/+2 |
* | mac80211: add radar detection command/event | Simon Wunderlich | 2013-02-15 | 1 | -0/+14 |
* | mac80211: Fix tx queue handling during scans | Seth Forshee | 2013-02-11 | 1 | -0/+1 |
* | mac80211: simplify idle handling | Johannes Berg | 2013-02-11 | 1 | -3/+0 |
* | mac80211: remove dynamic PS driver interface | Johannes Berg | 2013-02-11 | 1 | -2/+0 |
* | mac80211: introduce beacon-only timing data | Johannes Berg | 2013-02-11 | 1 | -1/+1 |
* | mac80211: explicitly copy channels to VLANs where needed | Johannes Berg | 2013-02-11 | 1 | -0/+2 |
* | mac80211: protect rx-path with spinlock | Christian Lamparter | 2013-02-11 | 1 | -8/+1 |
* | mac80211: mesh power save basics | Marco Porsch | 2013-02-04 | 1 | -0/+6 |
* | mac80211: remove unused SSID from BSS | Johannes Berg | 2013-02-04 | 1 | -4/+0 |
* | mac80211: always allow calling ieee80211_connection_loss() | Johannes Berg | 2013-02-04 | 1 | -0/+1 |
* | mac80211: start auth/assoc timeout on frame status | Johannes Berg | 2013-01-31 | 1 | -2/+9 |
* | mac80211: remove unused mesh data from bss | Johannes Berg | 2013-01-31 | 1 | -31/+0 |
* | mac80211: remove last_probe_resp from bss | Johannes Berg | 2013-01-31 | 1 | -2/+0 |
* | mac80211: inform the driver about update of dtim_period | Emmanuel Grumbach | 2013-01-31 | 1 | -1/+1 |
* | mac80211: remove assoc data "sent_assoc" | Johannes Berg | 2013-01-31 | 1 | -1/+0 |
* | Merge remote-tracking branch 'wireless-next/master' into HEAD | Johannes Berg | 2013-01-29 | 1 | -4/+2 |
|\ |
|
| * | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | John W. Linville | 2013-01-28 | 1 | -4/+2 |
| |\ |
|
| | * | mac80211: synchronize scan off/on-channel and PS states | Stanislaw Gruszka | 2013-01-16 | 1 | -4/+2 |
* | | | mac80211: allow drivers to access IPv6 information | Johannes Berg | 2013-01-18 | 1 | -0/+1 |
* | | | mac80211: remove ARP filter enable/disable logic | Johannes Berg | 2013-01-18 | 1 | -2/+0 |
|/ / |
|
* | | mac80211: split aggregation stop by reason | Johannes Berg | 2013-01-03 | 1 | -5/+4 |
* | | mac80211: restrict assoc request VHT capabilities | Johannes Berg | 2013-01-03 | 1 | -0/+2 |
* | | mac80211: track enable_beacon explicitly | Johannes Berg | 2013-01-03 | 1 | -0/+3 |
* | | mac80211: fix channel context iteration | Johannes Berg | 2013-01-03 | 1 | -0/+1 |
* | | mac80211: clean up association better in suspend | Johannes Berg | 2013-01-03 | 1 | -0/+5 |
* | | mac82011: use frame control to differentiate probe resp/beacon | Emmanuel Grumbach | 2013-01-03 | 1 | -2/+1 |
|/ |
|
* | mac80211: fix dtim_period in hidden SSID AP association | Johannes Berg | 2013-01-03 | 1 | -4/+1 |
* | mac80211: fix station destruction in AP/mesh modes | Johannes Berg | 2013-01-03 | 1 | -0/+4 |
* | mac80211: assign VLAN channel contexts | Johannes Berg | 2013-01-03 | 1 | -0/+1 |
* | mac80211: fix ibss scanning | Stanislaw Gruszka | 2013-01-03 | 1 | -3/+3 |
* | Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber... | John W. Linville | 2012-12-06 | 1 | -1/+4 |
|\ |
|
| * | mac80211: make ieee80211_build_preq_ies safer | Johannes Berg | 2012-11-30 | 1 | -1/+2 |
| * | mac80211: support VHT association | Johannes Berg | 2012-11-27 | 1 | -0/+2 |
* | | Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber... | John W. Linville | 2012-11-26 | 1 | -13/+9 |
|\| |
|
| * | mac80211: convert to channel definition struct | Johannes Berg | 2012-11-26 | 1 | -10/+8 |
| * | cfg80211: remove remain-on-channel channel type | Johannes Berg | 2012-11-26 | 1 | -2/+0 |
| * | mac80211: rename IEEE80211_STA_DISABLE_11N to HT | Johannes Berg | 2012-11-23 | 1 | -1/+1 |
* | | Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber... | John W. Linville | 2012-11-21 | 1 | -0/+11 |
|\| |
|
| * | mac80211: support RX_FLAG_MACTIME_END | Thomas Pedersen | 2012-11-13 | 1 | -0/+11 |
* | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | John W. Linville | 2012-11-21 | 1 | -0/+2 |
|\ \
| |/
|/| |
|