Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | | | * | | | | cfg80211: advertise extended capabilities to userspace | Johannes Berg | 2013-02-15 | 1 | -0/+9 | |
| | | | * | | | | mac80211: stop modifying HT SMPS capability | Johannes Berg | 2013-02-15 | 4 | -15/+28 | |
| | | | * | | | | mac80211: generate mesh probe responses | Thomas Pedersen | 2013-02-15 | 2 | -2/+63 | |
| | | | * | | | | mac80211: cache mesh beacon | Thomas Pedersen | 2013-02-15 | 6 | -65/+171 | |
| | | | * | | | | mac80211: constify IE parsing | Johannes Berg | 2013-02-15 | 8 | -86/+95 | |
| | | | * | | | | nl80211: advertise HT/VHT channel limitations | Johannes Berg | 2013-02-15 | 2 | -1/+14 | |
| | | | * | | | | cfg80211: allow drivers to selectively disable 80/160 MHz | Johannes Berg | 2013-02-15 | 2 | -1/+20 | |
| | | | * | | | | mac80211: properly track HT/VHT operation changes | Johannes Berg | 2013-02-15 | 1 | -68/+168 | |
| | | | * | | | | mac80211: move ieee80211_determine_chantype function | Johannes Berg | 2013-02-15 | 1 | -195/+195 | |
| | | | * | | | | mac80211: add ieee80211_vif_change_bandwidth | Johannes Berg | 2013-02-15 | 2 | -0/+53 | |
| | | | * | | | | mac80211: clean up channel use in ieee80211_config_ht_tx | Johannes Berg | 2013-02-15 | 1 | -11/+3 | |
| | | | * | | | | mac80211: disable HT/VHT if AP has no HT/VHT capability | Johannes Berg | 2013-02-15 | 1 | -2/+14 | |
| | | | * | | | | mac80211: handle operating mode notif in beacon/assoc response | Johannes Berg | 2013-02-15 | 5 | -6/+38 | |
| | | | * | | | | mac80211: fix ieee80211_change_chandef name | Johannes Berg | 2013-02-15 | 1 | -3/+3 | |
| | | | * | | | | mac80211: fix HT/VHT disable flags | Johannes Berg | 2013-02-15 | 1 | -2/+2 | |
| | | | * | | | | mac80211: init HT TX data before rate control | Johannes Berg | 2013-02-15 | 1 | -20/+19 | |
| | | | * | | | | mac80211: handle VHT operating mode notification | Johannes Berg | 2013-02-15 | 5 | -10/+124 | |
| | | | * | | | | mac80211: track number of spatial streams | Johannes Berg | 2013-02-15 | 3 | -0/+44 | |
| | | | * | | | | mac80211: stop toggling IEEE80211_HT_CAP_SUP_WIDTH_20_40 | Johannes Berg | 2013-02-15 | 10 | -94/+130 | |
| | | | * | | | | mac80211: pass station to ieee80211_vht_cap_ie_to_sta_vht_cap | Johannes Berg | 2013-02-15 | 4 | -8/+9 | |
| | | | * | | | | Merge remote-tracking branch 'mac80211/master' into HEAD | Johannes Berg | 2013-02-15 | 3 | -6/+10 | |
| | | | |\ \ \ \ | ||||||
| | | | * | | | | | mac80211: use spin_lock_bh() for TKIP lock | Johannes Berg | 2013-02-15 | 2 | -9/+6 | |
| | | | * | | | | | mac80211: use spin_lock_bh() for tim_lock | Johannes Berg | 2013-02-15 | 2 | -7/+4 | |
| | | | * | | | | | mac80211: don't pick up WPA vendor IE | Johannes Berg | 2013-02-15 | 2 | -7/+1 | |
| | | | * | | | | | mac80211: always unblock CSA queue stop when disconnecting | Johannes Berg | 2013-02-15 | 1 | -2/+2 | |
| | | | * | | | | | mac80211: don't call bss_info_changed on p2p-device/monitor | Johannes Berg | 2013-02-15 | 2 | -9/+18 | |
| | | | * | | | | | mac80211: fix auth/assoc timeout handling | Johannes Berg | 2013-02-15 | 4 | -4/+25 | |
| | | | * | | | | | mac80211: fix ieee80211_sta_tx_notify for nullfunc | Wojciech Dubowik | 2013-02-15 | 1 | -4/+5 | |
| | | | * | | | | | mac80211: consolidate MBSS change notification | Thomas Pedersen | 2013-02-15 | 5 | -37/+55 | |
| | | | * | | | | | mac80211: fix WPA with VLAN on AP side with ps-sta | Michael Braun | 2013-02-15 | 1 | -0/+1 | |
| | | | * | | | | | mac80211: free ps->bc_buf skbs on vlan device stop | Michael Braun | 2013-02-15 | 1 | -0/+14 | |
| | | | * | | | | | mac80211: add radar detection command/event | Simon Wunderlich | 2013-02-15 | 10 | -1/+190 | |
| | | | * | | | | | nl80211/cfg80211: add radar detection command/event | Simon Wunderlich | 2013-02-15 | 9 | -17/+463 | |
| | | | * | | | | | cfg80211: configuration for WoWLAN over TCP | Johannes Berg | 2013-02-13 | 2 | -3/+295 | |
| | | | * | | | | | mac80211/minstrel_ht: add support for using CCK rates | Felix Fietkau | 2013-02-13 | 5 | -60/+237 | |
| | | | * | | | | | cfg80211: check vendor IE length to avoid overrun | Luciano Coelho | 2013-02-13 | 1 | -4/+8 | |
| | | | * | | | | | nl80211: add packet offset information for wowlan pattern | Amitkumar Karwar | 2013-02-13 | 1 | -27/+47 | |
| | | | * | | | | | mac80211: allow driver to be stateless wrt. SMSP requests | Emmanuel Grumbach | 2013-02-12 | 1 | -0/+3 | |
| | | * | | | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | John W. Linville | 2013-02-14 | 5 | -9/+26 | |
| | | |\ \ \ \ \ \ | | | | |/ / / / / | | | |/| | | | | | ||||||
| | | * | | | | | | mac80211: Add flushes before going off-channel | Seth Forshee | 2013-02-11 | 2 | -0/+8 | |
| | | * | | | | | | mac80211: Fix tx queue handling during scans | Seth Forshee | 2013-02-11 | 6 | -25/+36 | |
| | | * | | | | | | mac80211/minstrel_ht: remove the sampling bypass check for the lowest rate | Felix Fietkau | 2013-02-11 | 1 | -4/+0 | |
| | | * | | | | | | mac80211/minstrel_ht: show the number of retries for each rate in debugfs | Felix Fietkau | 2013-02-11 | 1 | -5/+6 | |
| | | * | | | | | | mac80211: remove unused code to mark AP station authenticated | Johannes Berg | 2013-02-11 | 1 | -3/+1 | |
| | | * | | | | | | mac80211: simplify idle handling | Johannes Berg | 2013-02-11 | 5 | -127/+25 | |
| | | * | | | | | | mac80211: remove IEEE80211_HW_SCAN_WHILE_IDLE | Johannes Berg | 2013-02-11 | 3 | -11/+2 | |
| | | * | | | | | | mac80211: remove dynamic PS driver interface | Johannes Berg | 2013-02-11 | 2 | -42/+2 | |
| | | * | | | | | | mac80211: introduce beacon-only timing data | Johannes Berg | 2013-02-11 | 4 | -6/+68 | |
| | | * | | | | | | cfg80211: move TSF into IEs | Johannes Berg | 2013-02-11 | 4 | -20/+34 | |
| | | * | | | | | | cfg80211: remove scan ies NULL check | Johannes Berg | 2013-02-11 | 1 | -8/+3 |