aboutsummaryrefslogtreecommitdiffstats
path: root/net/mac80211/chan.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-05-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-nextJohn W. Linville1-2/+2
2014-05-05mac80211: mark local variable __maybe_unusedJohannes Berg1-2/+2
2014-04-30Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-nextJohn W. Linville1-114/+500
2014-04-25mac80211: compute chanctx refcount on-the-flyMichal Kazior1-14/+45
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 Kazior1-4/+10
2014-04-25mac80211: track assigned vifs in chanctxMichal Kazior1-0/+4
2014-04-25mac80211: add support for radar detection for reservationsMichal Kazior1-1/+4
2014-04-25mac80211: prevent chanctx overcommitMichal Kazior1-1/+23
2014-04-09mac80211: allow reservation of a running chanctxLuciano Coelho1-18/+61
2014-04-09mac80211: implement chanctx reservationLuciano Coelho1-34/+163
2014-04-09mac80211: refactor ieee80211_assign/unassign_vif_chanctx into oneLuciano Coelho1-42/+43
2014-04-09mac80211: split ieee80211_vif_change_channel in twoLuciano Coelho1-25/+33
2014-04-09mac80211: protect AP VLAN list with local->mtxMichal Kazior1-1/+1
2014-04-09cfg80211/mac80211: move interface counting for combination check to mac80211Luciano Coelho1-0/+17
2014-04-09mac80211: use RCU_INIT_POINTERMonam Agarwal1-1/+1
2014-04-09mac80211: fix radar_enabled propagationMichal Kazior1-2/+2
2014-04-09mac80211: Disable SMPS for the monitor interfaceIdo Yariv1-0/+7
2014-03-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+6
2014-03-03mac80211: consider virtual mon when calculating min_defEliad Peller1-0/+6
2014-02-04mac80211: fix sdata->radar_required lockingMichal Kazior1-0/+2
2013-12-19mac80211: fix iflist_mtx/mtx locking in radar detectionJohannes Berg1-10/+11
2013-12-18mac80211: make ieee80211_recalc_radar_chanctx staticJohannes Berg1-23/+23
2013-11-25mac80211: add min required channel definition fieldEliad Peller1-0/+139
2013-11-25mac80211: move csa_chandef to sdataLuciano Coelho1-1/+1
2013-10-02mac80211: implement STA CSA for drivers using channel contextsArik Nemtsov1-5/+0
2013-08-01mac80211: add channel switch command and beacon callbacksSimon Wunderlich1-0/+58
2013-04-22Merge remote-tracking branch 'wireless-next/master' into mac80211-nextJohannes Berg1-3/+14
2013-04-10mac80211: fix recalc_radar hwconf sync problemSimon Wunderlich1-10/+33
2013-04-10Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-nextJohn W. Linville1-5/+6
2013-03-25mac80211: Use a cfg80211_chan_def in ieee80211_hw_conf_chanKarl Beldan1-5/+6
2013-03-25mac80211: fix idle handling sequenceJohannes Berg1-3/+14
2013-02-15mac80211: add ieee80211_vif_change_bandwidthJohannes Berg1-0/+49
2013-02-15mac80211: fix ieee80211_change_chandef nameJohannes Berg1-3/+3
2013-02-15mac80211: don't call bss_info_changed on p2p-device/monitorJohannes Berg1-2/+8
2013-02-15mac80211: add radar detection command/eventSimon Wunderlich1-0/+33
2013-02-11mac80211: simplify idle handlingJohannes Berg1-0/+13
2013-02-11mac80211: explicitly copy channels to VLANs where neededJohannes Berg1-18/+34
2013-01-03mac80211: fix channel context iterationJohannes Berg1-1/+2
2013-01-03mac80211: assign VLAN channel contextsJohannes Berg1-0/+38
2012-11-26mac80211: convert to channel definition structJohannes Berg1-90/+38
2012-10-30mac80211: handle TX power per virtual interfaceJohannes Berg1-0/+2
2012-10-17mac80211: add channel context iteratorJohannes Berg1-2/+20
2012-10-17mac80211: track needed RX chains for channel contextsJohannes Berg1-1/+89
2012-10-17mac80211: use channel contextsJohannes Berg1-125/+27
2012-10-16mac80211: reuse channels for channel contextsMichal Kazior1-1/+58
2012-10-16mac80211: use channel context notificationsMichal Kazior1-2/+19