aboutsummaryrefslogtreecommitdiffstats
path: root/net/mac80211 (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-04-26Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davemJohn W. Linville14-118/+226
2012-04-24mac80211: Adds clean sdata helperAndrei Emeltchenko2-5/+18
2012-04-24mac80211: fix num_mcast_sta counting issuesFelix Fietkau2-4/+27
2012-04-24mac80211: rename AP variable num_sta_authorized to num_mcast_staFelix Fietkau4-6/+6
2012-04-24mac80211: check for non-managed interfaceWey-Yi Guy1-0/+4
2012-04-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-6/+8
2012-04-23mac80211: declare ieee80211_ave_rssi as EXPORTWey-Yi Guy1-0/+1
2012-04-23mac80211: fixup for mesh TSF adjustment latency in Toffset setpointJavier Cardona1-1/+1
2012-04-23mac80211: fix STA channel width fieldThomas Pedersen1-1/+3
2012-04-23mac80211: don't set mesh peer ht caps if ht disabledThomas Pedersen1-1/+2
2012-04-23mac80211: refactor mesh peer rate handlingThomas Pedersen3-29/+25
2012-04-23mac80211: refactor mesh peer initializationThomas Pedersen1-54/+72
2012-04-23mac80211: Support on-channel scan option.Ben Greear4-27/+77
2012-04-17mac80211: fix logic error in ibss channel type checkFelix Fietkau1-2/+2
2012-04-17mac80211: fix truncated packets in cooked monitor rxFelix Fietkau1-4/+6
2012-04-16mac80211: add function retrieve average rssiWey-Yi Guy1-0/+8
2012-04-16mac80211: Take into account TSF adjustment latency in Toffset setpointJavier Cardona1-1/+7
2012-04-16mac80211: Choose a new toffset setpoint if a big tsf jump is detected.Javier Cardona1-6/+20
2012-04-16mac80211: check IEEE80211_HW_QUEUE_CONTROL in ieee80211_check_queues()Luciano Coelho1-1/+2
2012-04-13mac80211: remove ieee80211_rx_bss_getMohammed Shafi Shajakhan2-17/+0
2012-04-13mac80211: remove hw.conf.channel usage where possibleMichal Kazior5-31/+27
2012-04-13mac80211: fix an issue in ieee80211_tx_info count field managementLorenzo Bianconi1-1/+7
2012-04-13cfg80211: Add channel information to NL80211_CMD_GET_INTERFACEPontus Fuchs1-1/+3
2012-04-13mac80211: protect ->scanning by mutex in ieee80211_work_work()Stanislaw Gruszka1-3/+5
2012-04-13mac80211: do not scan and monitor connection in parallelStanislaw Gruszka4-19/+53
2012-04-12mac80211: fix the assignment of PREQ's MAC address for Proactive RANNChun-Yeow Yeoh2-2/+5
2012-04-12Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wirelessJohn W. Linville8-19/+11
2012-04-11cfg80211/mac80211: enable proper device_set_wakeup_enable handlingJohannes Berg3-0/+37
2012-04-11mac80211: clean up an ieee80211_do_open error pathJohannes Berg1-3/+3
2012-04-11mac80211: add improved HW queue controlJohannes Berg7-38/+162
2012-04-11mac80211: add explicit monitor interface if neededJohannes Berg6-3/+89
2012-04-11mac80211: manage AP netdev carrier stateJohannes Berg2-3/+16
2012-04-11mac80211: Check basic rates when peeringAshok Nagarajan3-7/+12
2012-04-11mac80211: Modify sta_get_rates to give basic ratesAshok Nagarajan5-11/+23
2012-04-11mac80211: Indicate basic rates when adding rate IEsAshok Nagarajan4-14/+24
2012-04-11mac80211: Use mandatory rates as basic rates when starting meshAshok Nagarajan1-0/+4
2012-04-10{nl,cfg}80211: Support for mesh synchronizationJavier Cardona1-0/+8
2012-04-10mac80211: Implement mesh synchronization frameworkJavier Cardona9-8/+380
2012-04-10mac80211: Allow tsf increments via debugfsJavier Cardona1-0/+12
2012-04-10mac80211: sanity check for null SSIDStanislaw Gruszka2-4/+17
2012-04-10mac80211: use IEEE80211_NUM_ACSJohannes Berg5-8/+9
2012-04-10mac80211: lazily stop queues in add_pendingJohannes Berg1-4/+4
2012-04-10mac80211: debounce queue stop/wakeJohannes Berg1-0/+6
2012-04-10mac80211: decouple # of netdev queues from HW queuesJohannes Berg2-2/+6
2012-04-10mac80211: refuse TX queue configuration on non-QoS HWJohannes Berg3-16/+22
2012-04-10cfg80211/nl80211: clarify TX queue APIJohannes Berg3-15/+14
2012-04-10mac80211: notify driver of rate control updatesJohannes Berg4-1/+46
2012-04-10mac80211: remove queue stop on rate control updateJohannes Berg2-20/+0
2012-04-10mac80211: remove channel type argument from rate_updateJohannes Berg7-66/+45
2012-04-10mac80211: set HT channel before associationJohannes Berg3-131/+114