summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-04-30Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville62-882/+2051
2014-04-30Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...John W. Linville13-138/+407
2014-04-28mac80211_hwsim: Advertise support for AP mode channel width changesJouni Malinen1-0/+1
2014-04-28mac80211: Support dynamic AP mode channel width changesJouni Malinen1-0/+16
2014-04-28cfg80211: Dynamic channel bandwidth changes in AP modeJouni Malinen5-12/+71
2014-04-28mac80211: remove unnecessary assignmentZhao, Gang1-4/+1
2014-04-28mac80211: avoid calling useless channel context codeZhao, Gang1-9/+9
2014-04-25cfg80211: Use 5MHz bandwidth by default when checking usable channelsRostislav Lisovy1-7/+15
2014-04-25cfg80211: Add attributes describing prohibited channel bandwidthRostislav Lisovy4-0/+27
2014-04-25mac80211: change return value of notifier functionZhao, Gang3-9/+8
2014-04-25cfg80211: change return value of notifier functionZhao, Gang2-2/+4
2014-04-25cfg80211: change wiphy_to_dev function nameZhao, Gang12-117/+118
2014-04-25cfg80211: change registered device pointer nameZhao, Gang3-196/+196
2014-04-25mac80211: remove unnecessary BUG_ON()Zhao, Gang1-2/+1
2014-04-25mac80211: return bool instead of numbers in yes/no functionZhao, Gang1-9/+10
2014-04-25mac80211: add option to generate CCMP IVs only for mgmt framesMarek Kwaczynski2-7/+14
2014-04-25mac80211: compute chanctx refcount on-the-flyMichal Kazior4-17/+49
2014-04-25mac80211: fix racy usage of chanctx->refcountMichal Kazior1-8/+9
2014-04-25mac80211: split ieee80211_free_chanctx()Michal Kazior1-12/+16
2014-04-25mac80211: split ieee80211_new_chanctx()Michal Kazior1-13/+43
2014-04-25mac80211: improve chanctx reservation lookupMichal Kazior1-2/+88
2014-04-25mac80211: improve find_chanctx() for reservationsMichal Kazior1-27/+29
2014-04-25mac80211: track reserved vifs in chanctxMichal Kazior3-4/+13
2014-04-25mac80211: track assigned vifs in chanctxMichal Kazior3-0/+9
2014-04-25mac80211: add support for radar detection for reservationsMichal Kazior2-2/+7
2014-04-25mac80211: prevent chanctx overcommitMichal Kazior1-1/+23
2014-04-25mac80211: add max channel calculation utility functionMichal Kazior2-0/+43
2014-04-25cfg80211: allow drivers to iterate over matching combinationsMichal Kazior2-7/+64
2014-04-25cfg80211: Fix GO Concurrent relaxation on UNII-3Ilan Peer1-1/+17
2014-04-25Revert "mwifiex: add firmware dump feature for PCIe"John W. Linville5-261/+0
2014-04-24Bluetooth: Remove hci_h4 unused definesPoulain, Loic1-7/+0
2014-04-24Bluetooth: btmrvl: Fix btmrvl_send_module_cfg_cmd()Petri Gynther2-2/+2
2014-04-24Bluetooth: Return EOPNOTSUPP for HCISETRAW ioctl commandMarcel Holtmann1-10/+1
2014-04-22b43: remove list of IEEE 802.11 devicesRafał Miłecki2-37/+19
2014-04-22b43: ssb: refuse to support more than IEEE 802.11 coreRafał Miłecki1-17/+20
2014-04-22b43: N-PHY: enable forgotten write of hw power adjust tableRafał Miłecki1-2/+14
2014-04-22b43: N-PHY: fix selection of init & calib valuesRafał Miłecki1-67/+105
2014-04-22b43: N-PHY: add init & calib values for radio 0x2056 rev 11Rafał Miłecki1-0/+246
2014-04-22b43: N-PHY: prepare for rev 7+ RSSI calibrationRafał Miłecki1-18/+54
2014-04-22b43: N-PHY: implement RF control INTC for revs 7+Rafał Miłecki1-0/+72
2014-04-22b43: N-PHY: implement reading support for radio 0x2057Rafał Miłecki1-2/+5
2014-04-22b43: N-PHY: random updates and typo fixes all aroundRafał Miłecki1-9/+9
2014-04-22b43: N-PHY: rev3+: complete workaroundsRafał Miłecki1-3/+84
2014-04-22b43: N-PHY: drop second noise variance tableRafał Miłecki2-72/+3
2014-04-22b43: G-PHY: fix random mistakes to match specsRafał Miłecki2-4/+4
2014-04-22mwifiex: enable aggregation for TID 6 and 7 streamsAmitkumar Karwar1-9/+0
2014-04-22mwifiex: increase tx/rx AMPDU window sizes for STA 11ac modeAmitkumar Karwar1-2/+2
2014-04-22mwifiex: increase tx/rx AMPDU window sizes for STA 11n modeAmitkumar Karwar1-2/+2
2014-04-22mwifiex: add firmware dump feature for PCIeAmitkumar Karwar5-0/+261
2014-04-22mwifiex: add fw_dump debugfs fileAmitkumar Karwar3-0/+33