summaryrefslogtreecommitdiff
path: root/net/mac80211
AgeCommit message (Expand)AuthorFilesLines
2008-11-01mac80211/drivers: rewrite the rate control APIJohannes Berg12-310/+306
2008-11-01mac80211: add might_sleep to hw_configJohannes Berg1-0/+2
2008-11-01mac80211: rewrite HT handlingJohannes Berg4-153/+134
2008-11-01mac80211: move bss_conf into vifJohannes Berg8-38/+35
2008-11-01mac80211: make retry limits part of hw configJohannes Berg5-24/+18
2008-11-01mac80211: provide sequence numbersJohannes Berg2-0/+12
2008-11-01mac80211: introduce hw config change flagsJohannes Berg7-32/+56
2008-11-01mac80211: kill hw.conf.antenna_sel_{rx,tx}Johannes Berg3-11/+0
2008-11-01802.11: clean up/fix HT supportJohannes Berg7-154/+167
2008-11-01mac80211: remove unused declaration of struct sta_attribute.Rami Rosen1-5/+0
2008-11-01mac80211: fix short slot handlingJohannes Berg2-37/+46
2008-11-01mac80211: remove max_antenna_gain configJohannes Berg1-2/+0
2008-11-01mac80211: clean up ieee80211_hw_config errorsJohannes Berg5-25/+13
2008-11-01mac80211: remove wiphy_to_hwJohannes Berg1-7/+0
2008-11-01mac80211: minor code cleanupsJohannes Berg9-52/+45
2008-11-01mac80211: remove writable debugs mesh parametersJohannes Berg1-88/+24
2008-11-01mac80211: 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/ne...David S. Miller1-3/+3
2008-10-28mac80211: convert to %pM away from print_macJohannes Berg14-225/+130
2008-10-28mac80211: correct warnings in minstrel rate control algorithmJohn W. Linville1-3/+3
2008-10-15ath9k/mac80211: disallow fragmentation in ath9k, report to userspaceJohannes Berg1-1/+1
2008-10-15mac80211: Fix scan RX processing oopsJouni Malinen1-1/+2
2008-10-15mac80211: fix debugfs netdev renameJohannes Berg1-1/+5
2008-10-15mac80211: fix HT information element parsingJohannes Berg3-11/+6
2008-10-15mac80211: fix debugfs lockupJohannes Berg3-1/+18
2008-10-13net/mac80211/rx.c: fix build errorIngo Molnar1-1/+4
2008-10-07mac80211: avoid "Wireless Event too big" message for assoc responseJohn W. Linville1-3/+5
2008-10-07mac80211: add the 'minstrel' rate control algorithmFelix Fietkau7-0/+868
2008-10-07mac80211: add multi-rate retry supportFelix Fietkau1-6/+7
2008-10-07mac80211: free up 2 bytes in skb->cbFelix Fietkau3-9/+14
2008-10-07mac80211: remove redundant check in ieee80211_master_start_xmit (net/mac80211...Rami Rosen1-10/+8
2008-10-07mac80211: remove shadowed variables in ieee80211_master_start_xmitTomas Winkler1-4/+1
2008-10-07wireless: 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-25mac80211: fix led behavior in IBSSEmmanuel Grumbach1-0/+2
2008-09-25mac80211: probe with correct SSIDJohannes Berg1-2/+2
2008-09-25mac80211: clean up rate control APIJohannes Berg11-210/+159
2008-09-25mac80211: fix mesh action frame handlingJohannes Berg1-1/+1
2008-09-25mac80211: mesh portal functionality supportYanBo4-11/+196
2008-09-25mac80211: allow interface settings changes only when downJohannes Berg1-0/+3
2008-09-25cfg80211: show interface typeJohannes Berg1-0/+1
2008-09-25mac80211: make master iface not wirelessJohannes Berg7-99/+39
2008-09-21net: Use hton[sl]() instead of __constant_hton[sl]() where applicableArnaldo Carvalho de Melo1-1/+1
2008-09-16mac80211 : Fix mode change hard_start_xmit functionAbhijeet Kolekar1-0/+1
2008-09-16mac80211: remove debug frame dumpingJohannes Berg2-55/+0
2008-09-16mac80211: remove beacon countersJohannes Berg3-20/+0
2008-09-16mac80211: fix sta_info kernel-doc warningJohannes Berg1-1/+1
2008-09-16mac80211: fix virtual interfaces vs. injectionJohannes Berg2-16/+85