summaryrefslogtreecommitdiffstats
path: root/net/mac80211
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2013-04-2427-830/+1309
|\
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2013-04-232-12/+39
| |\
| * | mac80211/minstrel: use the new rate control APIFelix Fietkau2013-04-222-91/+111
| * | mac80211/minstrel_ht: use the new rate control APIFelix Fietkau2013-04-222-68/+84
| * | mac80211: improve the rate control APIFelix Fietkau2013-04-223-167/+303
| * | mac80211: minstrel_ht: initialize rates selectionKarl Beldan2013-04-221-0/+3
| * | mac80211: minstrel_ht: pick only supported rates for sta and group max*ratesKarl Beldan2013-04-221-6/+15
| * | mac80211: use synchronize_rcu() with rcu_barrier()Bob Copeland2013-04-223-2/+5
| * | mac80211: indicate admission control in TX queue parametersAlexander Bondar2013-04-221-0/+1
| * | Merge remote-tracking branch 'wireless-next/master' into mac80211-nextJohannes Berg2013-04-228-33/+77
| |\ \
| | * \ Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville2013-04-1019-373/+406
| | |\ \
| * | | | mac80211: fix P2P-Device management frame RXJohannes Berg2013-04-181-1/+2
| * | | | mac80211: optimize minstrel_ewmaKarl Beldan2013-04-171-2/+3
| * | | | mac80211: cosmetics for minstrel_debugfsKarl Beldan2013-04-171-2/+2
| * | | | mac80211: fix station entry leak/warning while suspendingJohannes Berg2013-04-171-2/+2
| * | | | mac80211: fix CTS protection handlingFelix Fietkau2013-04-162-2/+12
| * | | | mac80211: fix and optimize MCS mask handlingFelix Fietkau2013-04-164-8/+26
| * | | | mac80211: adjust initial chandefs assignments in ieee80211_register_hwKarl Beldan2013-04-161-11/+12
| * | | | mac80211: fix rate control tx handler for VHT ratesKarl Beldan2013-04-161-14/+17
| * | | | mac80211: remove warning from ieee80211_beacon_lossAlexander Bondar2013-04-161-1/+0
| * | | | mac80211: handle wide bandwidth channel switchJohannes Berg2013-04-161-17/+79
| * | | | mac80211: parse VHT channel switch IEsJohannes Berg2013-04-168-18/+53
| * | | | mac80211: handle extended channel switch announcementJohannes Berg2013-04-162-4/+43
| * | | | mac80211: support secondary channel offset in CSAJohannes Berg2013-04-164-20/+70
| * | | | mac80211: support extended channel switchJohannes Berg2013-04-163-26/+59
| * | | | mac80211: unify CSA action frame/beacon processingJohannes Berg2013-04-163-36/+43
| * | | | mac80211: use second center_freq segment only in 80+80Johannes Berg2013-04-161-6/+4
| * | | | mac80211: always pick a basic rate to tx RTS/CTS for pre-HT ratesKarl Beldan2013-04-111-4/+7
| * | | | mac80211: fix ieee80211_queue_stopped()Thomas Pedersen2013-04-111-1/+2
| * | | | mac80211: provide SSID in IBSS modeMarek Puzyniak2013-04-101-0/+4
| * | | | mac80211: always advertise STBC/MCSes even if no AP supportJohannes Berg2013-04-101-32/+0
| * | | | mac80211: clear SSID when stopping APMarek Puzyniak2013-04-101-0/+1
| * | | | mac80211: fix recalc_radar hwconf sync problemSimon Wunderlich2013-04-101-10/+33
| * | | | mac80211: stringify another plink stateThomas Pedersen2013-04-101-2/+2
| * | | | mac80211: unset FC retry bit in mesh fwding pathThomas Pedersen2013-04-101-0/+1
| | |/ / | |/| |
| * | | mac80211: make ieee802_11_parse_elems an inlineJohannes Berg2013-04-082-8/+6
| * | | mac80211: don't start new netdev queues if driver stoppedJohannes Berg2013-04-081-2/+22
| * | | mac80211: replace some dead code by a warningJohannes Berg2013-04-081-1/+2
| * | | mac80211: don't fiddle with netdev queues in MLME codeJohannes Berg2013-04-081-24/+2
| * | | mac80211: disable uAPSD if all ACs are under ACMAlexander Bondar2013-04-081-1/+2
| * | | mac80211: fix do_stop handling while suspendedJohannes Berg2013-04-081-25/+49
| * | | mac80211: destroy virtual monitor interface across suspendJohannes Berg2013-04-084-6/+11
| * | | mac80211: purge remain-on-channel items when suspendingJohannes Berg2013-04-084-5/+8
| * | | mac80211: remove outdated comment referring to master interfaceJohannes Berg2013-04-081-6/+1
| * | | mac80211: return new mpath from mesh_path_add()Bob Copeland2013-04-084-51/+42
| * | | mac80211: fix the PREP mesh hwmp debug messageChun-Yeow Yeoh2013-04-081-2/+2
| * | | mac80211: parse Timeout Interval Element using a structJohannes Berg2013-04-083-7/+8
| * | | mac80211: check ERP info IE length in parserJohannes Berg2013-04-084-7/+7
| * | | mac80211: check DSSS params IE length in parserJohannes Berg2013-04-085-6/+7
| * | | mac80211: remove unused IE pointers from parserJohannes Berg2013-04-082-28/+0