summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-11-09Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2403-208485/+170481
2011-11-09mac80211: allow frame aggregation for meshThomas Pedersen4-15/+8
2011-11-09mac80211: set HT capabilities for mesh peerThomas Pedersen2-12/+28
2011-11-09mac80211: add HT IEs to mesh framesThomas Pedersen4-0/+60
2011-11-09mac80211: Add HT helper functionsAlexander Simon3-45/+108
2011-11-09mac80211: comment allocation of mesh framesThomas Pedersen3-35/+48
2011-11-09ath9k_hw: Updated AR9462 initval table to improve rx performanceRajkumar Manoharan1-13/+13
2011-11-09ath9k: Add btcoex profile management support for AR9462Rajkumar Manoharan11-7/+403
2011-11-09ath9k_hw: Update CCK spur mitigation for AR9462Rajkumar Manoharan1-1/+3
2011-11-09mac80211_hwsim: Claim support for TDLSJouni Malinen1-0/+2
2011-11-09mac80211: support adding IV-room in the skb for CCMP keysArik Nemtsov3-3/+19
2011-11-09nl80211: clean up genlmsg_end usesJohannes Berg1-78/+19
2011-11-09brcm80211: smac: change buffer endianess convert function interfaceArend van Spriel1-18/+15
2011-11-09brcm80211: fmac: remove state from brcmf_if in fullmacFranky Lin2-9/+2
2011-11-09brcm80211: fmac: store brcmf_if in net device private dataFranky Lin2-110/+56
2011-11-09brcm80211: fmac: use brcmf_add_if for all net devicesFranky Lin4-86/+54
2011-11-09brcm80211: smac: use sk_buff list for handling frames in receive pathArend van Spriel3-30/+32
2011-11-09brcm80211: smac: rename buffer endianess conversion functionsArend van Spriel1-5/+5
2011-11-09brcm80211: smac: changed check to confirm STA only supportRoland Vossen1-5/+1
2011-11-09brcm80211: smac: mute transmit on ops_startRoland Vossen4-5/+20
2011-11-09brcm80211: smac: modified Mac80211 callback interfaceRoland Vossen1-47/+37
2011-11-09brcm80211: smac: fixed inconsistency in transmit muteRoland Vossen1-8/+8
2011-11-09brcm80211: smac: bugfix for tx mute in brcms_b_init()Roland Vossen1-8/+8
2011-11-09brcm80211: smac: removed down-on-rf-kill functionalityRoland Vossen3-70/+0
2011-11-09brcm80211: smac: removed down-on-watchdog MPC functionalityRoland Vossen5-45/+9
2011-11-09brcm80211: smac: removed MPC related variablesRoland Vossen2-12/+2
2011-11-09brcm80211: smac: removed MPC related codeRoland Vossen4-68/+8
2011-11-09brcm80211: fmac: use brcmf_del_if for all net devicesFranky Lin1-29/+26
2011-11-09brcm80211: fmac: allow wd timer to be disabled when bus downFranky Lin1-4/+4
2011-11-09mac80211: exit cooked monitor RX early if there are noneJohannes Berg1-0/+4
2011-11-09brcm80211: fmac: use sk_buff list for handling frames in receive pathArend van Spriel1-29/+33
2011-11-09rtl8192cu: Add new device IDsLarry Finger1-4/+32
2011-11-09brcm80211: util: remove function brcmu_format_hex() from brcmutilArend van Spriel3-39/+14
2011-11-09brcm80211: util: move brcmu_pktfrombuf() function to brcmfmacArend van Spriel3-34/+24
2011-11-09brcm80211: smac: remove phy api bypass in rate.hArend van Spriel2-4/+3
2011-11-09brcm80211: smac: some local function made static in main.cArend van Spriel1-6/+5
2011-11-09brcm80211: smac: avoid sprom endianess conversions for crc8 checkArend van Spriel1-39/+30
2011-11-09brcm80211: smac: remove obsolete srom variables from n-phyArend van Spriel3-72/+2
2011-11-09brcm80211: smac: indicate severe problems to Mac80211Roland Vossen3-11/+12
2011-11-09brcm80211: fmac: changed two scan related structuresRoland Vossen1-7/+2
2011-11-09brmc80211: fmac: reworked next_bss()Roland Vossen2-10/+10
2011-11-09brcm80211: fmac: annotated little endian struct with _leRoland Vossen3-15/+15
2011-11-09brcm80211: smac: removed support for SROM rev < 8Roland Vossen2-347/+34
2011-11-09brcm80211: smac: drop "40MHz intolerant" flag from HT capability infoArend van Spriel1-4/+2
2011-11-09brcm80211: removed duplicate definesAlwin Beukers7-78/+15
2011-11-09brcm80211: cleanup defines in main.cAlwin Beukers1-200/+148
2011-11-09mac80211: fix confusing parenthesesJohannes Berg1-1/+1
2011-11-09iwmc3200wifi: add some more range checksDan Carpenter1-2/+13
2011-11-09rndis_wlan: add range check in del_key()Dan Carpenter1-1/+8
2011-11-09ath9k_hw: min_t() casts u32 to intDan Carpenter1-1/+1