aboutsummaryrefslogtreecommitdiffstats
path: root/net/mac80211 (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2008-09-24mac80211: fix mesh action frame handlingJohannes Berg1-1/+1
2008-09-24mac80211: mesh portal functionality supportYanBo4-11/+196
2008-09-24mac80211: allow interface settings changes only when downJohannes Berg1-0/+3
2008-09-24cfg80211: show interface typeJohannes Berg1-0/+1
2008-09-24mac80211: make master iface not wirelessJohannes Berg7-99/+39
2008-09-20net: Use hton[sl]() instead of __constant_hton[sl]() where applicableArnaldo Carvalho de Melo1-1/+1
2008-09-15mac80211 : Fix mode change hard_start_xmit functionAbhijeet Kolekar1-0/+1
2008-09-15mac80211: remove debug frame dumpingJohannes Berg2-55/+0
2008-09-15mac80211: remove beacon countersJohannes Berg3-20/+0
2008-09-15mac80211: fix sta_info kernel-doc warningJohannes Berg1-1/+1
2008-09-15mac80211: fix virtual interfaces vs. injectionJohannes Berg2-16/+85
2008-09-15mac80211: pass AP vif pointer for VLANsJohannes Berg1-0/+4
2008-09-15mac80211: share sta_info->ht_infoJohannes Berg3-5/+3
2008-09-15mac80211: move txrate_idx into RC algorithmsJohannes Berg6-18/+27
2008-09-15mac80211: share sta->supp_ratesJohannes Berg5-12/+10
2008-09-15mac80211: move last_txrate_idx into RC algorithmsJohannes Berg2-4/+0
2008-09-15mac80211: small rate control changesJohannes Berg3-43/+25
2008-09-15mac80211: share STA information with driverJohannes Berg16-90/+109
2008-09-15mac80211: warn on some invalid vlan operationsJohannes Berg1-0/+6
2008-09-15mac80211: move regular interface handlingJohannes Berg3-551/+550
2008-09-15mac80211: use nl80211 interface typesJohannes Berg14-256/+249
2008-09-15mac80211: inform driver of basic ratesetJohannes Berg5-39/+44
2008-09-15mac80211: clean up some commentsJohannes Berg4-22/+5
2008-09-15mac80211: clean up scan namespaceJohannes Berg9-140/+145
2008-09-15mac80211: make bridge_packets a virtual interface optionJohannes Berg4-18/+22
2008-09-15mac80211: move ieee80211_set_freq to utilsJohannes Berg3-29/+29
2008-09-15mac80211: reorder MLME code moreJohannes Berg3-334/+346
2008-09-15mac80211: fix scan vs. interface removal raceJohannes Berg3-20/+53
2008-09-15mac80211: fix work raceJohannes Berg2-0/+17
2008-09-15mac80211: split off mesh handling entirelyJohannes Berg15-295/+457
2008-09-15mac80211: dont set REQ_RUN when scan finishesJohannes Berg1-1/+2
2008-09-15mac80211: move STA timer restartJohannes Berg2-14/+13
2008-09-15mac80211: move ieee80211_sta_expireJohannes Berg3-28/+29
2008-09-15cfg80211: Add new wireless regulatory infrastructureLuis R. Rodriguez1-0/+7
2008-09-11mac80211: Reorder debugfs calls during netdev deinitJouni Malinen1-2/+2
2008-09-11mac80211: move frame TX functionJohannes Berg8-30/+30
2008-09-11mac80211: make ieee80211_rx_h_mgmt more readableJohannes Berg1-8/+8
2008-09-11mac80211: move spectrum management code outJohannes Berg5-89/+114
2008-09-11mac80211: make BA session handling independent of STA modeJohannes Berg4-362/+380
2008-09-11mac80211: initialise queue QoS parameters at hw startJohannes Berg4-27/+35
2008-09-11mac80211: split ieee80211_sta_def_wmm_paramsJohannes Berg1-21/+27
2008-09-11mac80211: consolidate deauth/disassocJohannes Berg1-36/+11
2008-09-11mac80211: reorder frame code in mlmeJohannes Berg1-389/+387
2008-09-11mac80211: remove useless 'ibss' parameterJohannes Berg1-4/+3