summaryrefslogtreecommitdiffstats
path: root/net/mac80211
Commit message (Expand)AuthorAgeFilesLines
* ath9k/mac80211: disallow fragmentation in ath9k, report to userspaceJohannes Berg2008-10-151-1/+1
* mac80211: Fix scan RX processing oopsJouni Malinen2008-10-151-1/+2
* mac80211: fix debugfs netdev renameJohannes Berg2008-10-151-1/+5
* mac80211: fix HT information element parsingJohannes Berg2008-10-153-11/+6Star
* mac80211: fix debugfs lockupJohannes Berg2008-10-153-1/+18
* net/mac80211/rx.c: fix build errorIngo Molnar2008-10-131-1/+4
* mac80211: avoid "Wireless Event too big" message for assoc responseJohn W. Linville2008-10-071-3/+5
* mac80211: add the 'minstrel' rate control algorithmFelix Fietkau2008-10-077-0/+868
* mac80211: add multi-rate retry supportFelix Fietkau2008-10-071-6/+7
* mac80211: free up 2 bytes in skb->cbFelix Fietkau2008-10-073-9/+14
* mac80211: remove redundant check in ieee80211_master_start_xmit (net/mac80211...Rami Rosen2008-10-071-10/+8Star
* mac80211: remove shadowed variables in ieee80211_master_start_xmitTomas Winkler2008-10-071-4/+1Star
* wireless: restore revert lost to merge damageLinus Torvalds2008-10-071-8/+39
* 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