summaryrefslogtreecommitdiffstats
path: root/net/mac80211
Commit message (Expand)AuthorAgeFilesLines
* Fix modpost failure when rx handlers are not inlined.Davide Pesavento2008-09-301-1/+1
* mac80211: remove wme_tx_queue and wme_rx_queue from net/mac80211/sta_info.hRami Rosen2008-09-301-12/+0Star
* mac80211: fixups for "make master iface not wireless"Johannes Berg2008-09-302-9/+8Star
* mac80211: fix led behavior in IBSSEmmanuel Grumbach2008-09-241-0/+2
* mac80211: probe with correct SSIDJohannes Berg2008-09-241-2/+2
* mac80211: clean up rate control APIJohannes Berg2008-09-2411-210/+159Star
* mac80211: fix mesh action frame handlingJohannes Berg2008-09-241-1/+1
* mac80211: mesh portal functionality supportYanBo2008-09-244-11/+196
* mac80211: allow interface settings changes only when downJohannes Berg2008-09-241-0/+3
* cfg80211: show interface typeJohannes Berg2008-09-241-0/+1
* mac80211: make master iface not wirelessJohannes Berg2008-09-247-99/+39Star
* net: Use hton[sl]() instead of __constant_hton[sl]() where applicableArnaldo Carvalho de Melo2008-09-211-1/+1
* mac80211 : Fix mode change hard_start_xmit functionAbhijeet Kolekar2008-09-151-0/+1
* mac80211: remove debug frame dumpingJohannes Berg2008-09-152-55/+0Star
* mac80211: remove beacon countersJohannes Berg2008-09-153-20/+0Star
* mac80211: fix sta_info kernel-doc warningJohannes Berg2008-09-151-1/+1
* mac80211: fix virtual interfaces vs. injectionJohannes Berg2008-09-152-16/+85
* mac80211: pass AP vif pointer for VLANsJohannes Berg2008-09-151-0/+4
* mac80211: share sta_info->ht_infoJohannes Berg2008-09-153-5/+3Star
* mac80211: move txrate_idx into RC algorithmsJohannes Berg2008-09-156-18/+27
* mac80211: share sta->supp_ratesJohannes Berg2008-09-155-12/+10Star
* mac80211: move last_txrate_idx into RC algorithmsJohannes Berg2008-09-152-4/+0Star
* mac80211: small rate control changesJohannes Berg2008-09-153-43/+25Star
* mac80211: share STA information with driverJohannes Berg2008-09-1516-90/+109
* mac80211: warn on some invalid vlan operationsJohannes Berg2008-09-151-0/+6
* mac80211: move regular interface handlingJohannes Berg2008-09-153-551/+550Star
* mac80211: use nl80211 interface typesJohannes Berg2008-09-1514-256/+249Star
* mac80211: inform driver of basic ratesetJohannes Berg2008-09-155-39/+44
* mac80211: clean up some commentsJohannes Berg2008-09-154-22/+5Star
* mac80211: clean up scan namespaceJohannes Berg2008-09-159-140/+145
* mac80211: make bridge_packets a virtual interface optionJohannes Berg2008-09-154-18/+22
* mac80211: move ieee80211_set_freq to utilsJohannes Berg2008-09-153-29/+29
* mac80211: reorder MLME code moreJohannes Berg2008-09-153-334/+346
* mac80211: fix scan vs. interface removal raceJohannes Berg2008-09-153-20/+53
* mac80211: fix work raceJohannes Berg2008-09-152-0/+17
* mac80211: split off mesh handling entirelyJohannes Berg2008-09-1515-295/+457
* mac80211: dont set REQ_RUN when scan finishesJohannes Berg2008-09-151-1/+2
* mac80211: move STA timer restartJohannes Berg2008-09-152-14/+13Star
* mac80211: move ieee80211_sta_expireJohannes Berg2008-09-153-28/+29
* cfg80211: Add new wireless regulatory infrastructureLuis R. Rodriguez2008-09-151-0/+7
* mac80211: Reorder debugfs calls during netdev deinitJouni Malinen2008-09-111-2/+2
* mac80211: move frame TX functionJohannes Berg2008-09-118-30/+30
* mac80211: make ieee80211_rx_h_mgmt more readableJohannes Berg2008-09-111-8/+8
* mac80211: move spectrum management code outJohannes Berg2008-09-115-89/+114
* mac80211: make BA session handling independent of STA modeJohannes Berg2008-09-114-362/+380
* mac80211: initialise queue QoS parameters at hw startJohannes Berg2008-09-114-27/+35
* mac80211: split ieee80211_sta_def_wmm_paramsJohannes Berg2008-09-111-21/+27
* mac80211: consolidate deauth/disassocJohannes Berg2008-09-111-36/+11Star
* mac80211: reorder frame code in mlmeJohannes Berg2008-09-111-389/+387Star
* mac80211: remove useless 'ibss' parameterJohannes Berg2008-09-111-4/+3Star