| Commit message (Expand) | Author | Age | Files | Lines |
* | cfg80211: process pending events when unregistering net device | Daniel Drake | 2012-08-06 | 3 | -1/+7 |
* | cfg80211: Clear "beacon_found" on regulatory restore | Paul Stewart | 2012-08-02 | 1 | -0/+1 |
* | cfg80211: add channel flag to prohibit OFDM operation | Seth Forshee | 2012-08-02 | 1 | -0/+2 |
* | Merge remote-tracking branch 'wireless/master' into mac80211 | Johannes Berg | 2012-07-30 | 18 | -528/+1511 |
|\ |
|
| * | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | John W. Linville | 2012-07-20 | 13 | -287/+656 |
| |\ |
|
| | * | cfg80211: Fix mutex locking in reg_last_request_cell_base | Mohammed Shafi Shajakhan | 2012-07-18 | 1 | -1/+3 |
| | * | cfg80211: remove regulatory_update() | Luis R. Rodriguez | 2012-07-17 | 1 | -10/+2 |
| | * | cfg80211: make regulatory_update() static | Luis R. Rodriguez | 2012-07-17 | 3 | -4/+4 |
| | * | cfg80211: rename reg_device_remove() to wiphy_regulatory_deregister() | Luis R. Rodriguez | 2012-07-17 | 3 | -5/+7 |
| | * | cfg80211: add cellular base station regulatory hint support | Luis R. Rodriguez | 2012-07-17 | 4 | -8/+134 |
| | * | cfg80211: add CONFIG_CFG80211_CERTIFICATION_ONUS | Luis R. Rodriguez | 2012-07-17 | 1 | -0/+21 |
| | * | cfg80211: fix set_regdom() to cancel requests with same alpha2 | Kalle Valo | 2012-07-17 | 1 | -1/+4 |
| | * | cfg80211: support TX error rate CQM | Thomas Pedersen | 2012-07-17 | 3 | -0/+103 |
| | * | nl80211: add wdev ID as u64 as it should | Johannes Berg | 2012-07-17 | 1 | -1/+1 |
| | * | cfg80211: reduce monitor interface tracking | Johannes Berg | 2012-07-13 | 3 | -58/+2 |
| | * | cfg80211/mac80211: re-add get_channel operation | Johannes Berg | 2012-07-13 | 2 | -7/+18 |
| | * | nl80211: allow enabling WoWLAN without triggers | Johannes Berg | 2012-07-12 | 1 | -17/+13 |
| | * | cfg80211: ignore channel state for stopped AP/mesh interfaces | Felix Fietkau | 2012-07-12 | 1 | -2/+9 |
| | * | cfg80211: fix locking and lockdep complaints | Johannes Berg | 2012-07-12 | 3 | -6/+12 |
| | * | nl80211: move scan API to wdev | Johannes Berg | 2012-07-12 | 5 | -32/+37 |
| | * | nl80211: send interface after creation | Johannes Berg | 2012-07-12 | 1 | -2/+15 |
| | * | cfg80211: use wireless_dev for interface management | Johannes Berg | 2012-07-12 | 1 | -9/+17 |
| | * | cfg80211: use wdev in mgmt-tx/ROC APIs | Johannes Berg | 2012-07-09 | 4 | -74/+91 |
| | * | nl80211: don't assume wdev->netdev exists | Johannes Berg | 2012-07-09 | 1 | -1/+6 |
| | * | nl80211: retrieve interface data by wdev | Johannes Berg | 2012-07-09 | 1 | -11/+15 |
| | * | nl80211: add NL80211_FLAG_NEED_WDEV | Johannes Berg | 2012-07-09 | 1 | -18/+39 |
| | * | nl80211: prepare for non-netdev wireless devs | Johannes Berg | 2012-07-09 | 5 | -41/+123 |
| | * | cfg80211: fix oops due to unassigned set_monitor_enabled callback | Vladimir Kondratiev | 2012-07-08 | 1 | -2/+3 |
| * | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | John W. Linville | 2012-07-12 | 12 | -63/+488 |
| |\| |
|
| | * | cfg80211: bitrate calculation for 60g | Vladimir Kondratiev | 2012-07-05 | 1 | -0/+49 |
| | * | {nl,cfg}80211: support high bitrates | Vladimir Kondratiev | 2012-07-05 | 2 | -3/+8 |
| | * | cfg80211: fix locking regression in monitor channel tracking | Johannes Berg | 2012-07-04 | 2 | -7/+5 |
| | * | wireless: regulatory for 60g | Vladimir Kondratiev | 2012-07-02 | 1 | -1/+4 |
| | * | cfg80211: add 802.11ad (60gHz band) support | Vladimir Kondratiev | 2012-07-02 | 2 | -10/+35 |
| | * | cfg80211: respect iface combinations when starting operation | Michal Kazior | 2012-06-29 | 6 | -5/+52 |
| | * | cfg80211: add channel checking for iface combinations | Michal Kazior | 2012-06-29 | 3 | -8/+88 |
| | * | cfg80211/mac80211: remove .get_channel | Michal Kazior | 2012-06-29 | 2 | -17/+7 |
| | * | cfg80211: set initial monitor channel | Michal Kazior | 2012-06-29 | 1 | -0/+31 |
| | * | cfg80211: track monitor channel | Michal Kazior | 2012-06-29 | 3 | -2/+18 |
| | * | cfg80211: refuse to .set_monitor_channel when non-monitors are present | Michal Kazior | 2012-06-29 | 1 | -0/+2 |
| | * | cfg80211: track monitor interfaces count | Michal Kazior | 2012-06-29 | 3 | -0/+43 |
| | * | cfg80211: introduce cfg80211_get_chan_state | Michal Kazior | 2012-06-29 | 2 | -0/+63 |
| | * | cfg80211: track ibss fixed channel | Michal Kazior | 2012-06-29 | 1 | -0/+1 |
| | * | cfg80211: add channel tracking for AP and mesh | Michal Kazior | 2012-06-29 | 4 | -5/+19 |
| | * | cfg80211: .stop_ap when interface is going down | Michal Kazior | 2012-06-29 | 2 | -0/+6 |
| | * | cfg80211: introduce cfg80211_stop_ap | Michal Kazior | 2012-06-29 | 4 | -17/+50 |
| | * | Merge remote-tracking branch 'wireless-next/master' into mac80211-next | Johannes Berg | 2012-06-28 | 2 | -2/+2 |
| | |\ |
|
| | * | | cfg80211: allow advertising VHT capabilities | Mahesh Palivela | 2012-06-28 | 1 | -0/+9 |
| | * | | cfg80211: don't allow WoWLAN support without CONFIG_PM | Johannes Berg | 2012-06-27 | 2 | -0/+10 |
| * | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | John W. Linville | 2012-06-29 | 4 | -155/+222 |
| |\ \ \
| | | |/
| | |/| |
|