aboutsummaryrefslogtreecommitdiffstats
path: root/net/mac80211 (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-10-31mac80211: fix two kernel-doc warningsJohannes Berg1-18/+20
2008-10-31mac80211: Re-enable aggregationSujith5-54/+63
2008-10-31mac80211: allow all interfaces types to handle RX action framesAndrey Yurovsky1-8/+0
2008-10-31mac80211: Change WARN_ON to WARN_ON_ONCESujith1-2/+2
2008-10-31mac80211: make use of regulatory tx power settings on change of tx powerLuis R. Rodriguez1-12/+6
2008-10-31mac80211: check return value of dev_alloc_skb() in ieee80211_sta_join_ibss().Rami Rosen1-49/+55
2008-10-31mac80211: insert AP sta entry after filling itJohannes Berg1-13/+18
2008-10-31Add nl80211 commands to get and set o11s mesh networking parameterscolin@cozybit.com2-20/+69
2008-10-31mac80211: inform userspace of probe/auth/assoc timeoutJohannes Berg1-0/+3
2008-10-31mac80211: remove rate_control_clearJohannes Berg4-19/+0
2008-10-31minstrel: improve performance for non-MRR driversFelix Fietkau2-4/+27
2008-10-31mac80211/drivers: rewrite the rate control APIJohannes Berg12-310/+306
2008-10-31mac80211: add might_sleep to hw_configJohannes Berg1-0/+2
2008-10-31mac80211: rewrite HT handlingJohannes Berg4-153/+134
2008-10-31mac80211: move bss_conf into vifJohannes Berg8-38/+35
2008-10-31mac80211: make retry limits part of hw configJohannes Berg5-24/+18
2008-10-31mac80211: provide sequence numbersJohannes Berg2-0/+12
2008-10-31mac80211: introduce hw config change flagsJohannes Berg7-32/+56
2008-10-31mac80211: kill hw.conf.antenna_sel_{rx,tx}Johannes Berg3-11/+0
2008-10-31802.11: clean up/fix HT supportJohannes Berg7-154/+167
2008-10-31mac80211: remove unused declaration of struct sta_attribute.Rami Rosen1-5/+0
2008-10-31mac80211: fix short slot handlingJohannes Berg2-37/+46
2008-10-31mac80211: remove max_antenna_gain configJohannes Berg1-2/+0
2008-10-31mac80211: clean up ieee80211_hw_config errorsJohannes Berg5-25/+13
2008-10-31mac80211: remove wiphy_to_hwJohannes Berg1-7/+0
2008-10-31mac80211: minor code cleanupsJohannes Berg9-52/+45
2008-10-31mac80211: remove writable debugs mesh parametersJohannes Berg1-88/+24
2008-10-31mac80211: remove aggregation status write support from debugfsJohannes Berg1-72/+1
2008-10-31Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-3/+3
2008-10-27mac80211: convert to %pM away from print_macJohannes Berg14-225/+130
2008-10-27mac80211: correct warnings in minstrel rate control algorithmJohn W. Linville1-3/+3
2008-10-14ath9k/mac80211: disallow fragmentation in ath9k, report to userspaceJohannes Berg1-1/+1
2008-10-14mac80211: Fix scan RX processing oopsJouni Malinen1-1/+2
2008-10-14mac80211: fix debugfs netdev renameJohannes Berg1-1/+5
2008-10-14mac80211: fix HT information element parsingJohannes Berg3-11/+6
2008-10-14mac80211: fix debugfs lockupJohannes Berg3-1/+18
2008-10-12net/mac80211/rx.c: fix build errorIngo Molnar1-1/+4
2008-10-06mac80211: avoid "Wireless Event too big" message for assoc responseJohn W. Linville1-3/+5
2008-10-06mac80211: add the 'minstrel' rate control algorithmFelix Fietkau7-0/+868
2008-10-06mac80211: add multi-rate retry supportFelix Fietkau1-6/+7
2008-10-06mac80211: free up 2 bytes in skb->cbFelix Fietkau3-9/+14
2008-10-06mac80211: remove redundant check in ieee80211_master_start_xmit (net/mac80211/tx.c)Rami Rosen1-10/+8
2008-10-06mac80211: remove shadowed variables in ieee80211_master_start_xmitTomas Winkler1-4/+1
2008-10-06wireless: restore revert lost to merge damageLinus Torvalds1-8/+39
2008-09-30Fix modpost failure when rx handlers are not inlined.Davide Pesavento1-1/+1
2008-09-30mac80211: remove wme_tx_queue and wme_rx_queue from net/mac80211/sta_info.hRami Rosen1-12/+0
2008-09-30mac80211: fixups for "make master iface not wireless"Johannes Berg2-9/+8
2008-09-24mac80211: fix led behavior in IBSSEmmanuel Grumbach1-0/+2
2008-09-24mac80211: probe with correct SSIDJohannes Berg1-2/+2
2008-09-24mac80211: clean up rate control APIJohannes Berg11-210/+159