summaryrefslogtreecommitdiffstats
path: root/net/mac80211
Commit message (Expand)AuthorAgeFilesLines
* mac80211: add documentation bookJohannes Berg2008-03-062-10/+10
* mac80211: don't clear next_hop in path reclaimJohannes Berg2008-03-061-1/+0Star
* mac80211: remove STA entries when taking down interfaceJohannes Berg2008-03-066-83/+73Star
* mac80211: clean up sta_info and document lockingJohannes Berg2008-03-062-54/+83
* mac80211: split sta_info_addJohannes Berg2008-03-067-74/+166
* mac80211: RCU-ify STA info structure accessJohannes Berg2008-03-0623-461/+668
* mac80211: split ieee80211_txrx_dataJohannes Berg2008-03-068-306/+315
* mac80211: reorder a few fields in sta_infoJohannes Berg2008-03-061-2/+2
* mac80211: fix kernel-doc comment for mesh_plink_deactivateJohannes Berg2008-03-061-1/+1
* mac80211: clean up mesh RX path a bit moreJohannes Berg2008-03-062-11/+14
* mac80211: export mesh_plink_brokenJohannes Berg2008-03-061-0/+1
* mac80211: clarify mesh KconfigJohannes Berg2008-03-061-2/+3
* mac80211: add missing "break" statement in mesh codeJohannes Berg2008-03-061-0/+1
* mac80211: enable mesh in KconfigJohannes Berg2008-03-062-0/+21
* mac80211: mesh hwmp locking fixesJohannes Berg2008-03-061-1/+4
* mac80211: clean up mesh codeJohannes Berg2008-03-0614-272/+269Star
* mac80211: complete the mesh (interface handling) codeLuis Carlos Cobo2008-03-061-1/+27
* mac80211: mesh path and mesh peer configurationLuis Carlos Cobo2008-03-061-10/+259
* mac80211: mesh statistics and config through debugfsLuis Carlos Cobo2008-03-061-0/+197
* mac80211: code for on-demand Hybrid Wireless Mesh ProtocolLuis Carlos Cobo2008-03-061-0/+862
* mac80211: mesh path table implementationLuis Carlos Cobo2008-03-061-0/+522
* mac80211: mesh peer link implementationLuis Carlos Cobo2008-03-061-0/+755
* mac80211: mesh changes to the MLMELuis Carlos Cobo2008-03-061-59/+263
* mac80211: mesh data structures and first mesh changesLuis Carlos Cobo2008-03-0610-50/+394
* mac80211: support for mesh interfaces in mac80211 data pathLuis Carlos Cobo2008-03-062-33/+246
* mac80211: support functions for meshLuis Carlos Cobo2008-03-061-0/+383
* mac80211: mesh function and data structures definitionsLuis Carlos Cobo2008-03-061-0/+283
* mac80211: add mesh interface typeJohannes Berg2008-03-064-0/+13
* nl80211/cfg80211: support for mesh, sta dumpingLuis Carlos Cobo2008-03-061-9/+11
* net: replace remaining __FUNCTION__ occurrencesHarvey Harrison2008-03-061-1/+1
* mac80211: fix key replacing, hw accelJohannes Berg2008-02-291-7/+20
* mac80211: split ieee80211_key_alloc/freeJohannes Berg2008-02-295-98/+203
* mac80211: remove STA infos last_ack stuffJohannes Berg2008-02-294-39/+0Star
* mac80211: safely free beacon in ieee80211_if_reinitJohannes Berg2008-02-291-1/+5
* mac80211: fix IBSS codeJohannes Berg2008-02-291-3/+3
* mac80211: fix debugfs_sta print_mac() warningJohannes Berg2008-02-291-2/+3
* mac80211: Disallow concurrent IBSS/STA mode interfacesJohannes Berg2008-02-291-4/+47
* mac80211: atomically check whether STA exists alreadyJohannes Berg2008-02-295-27/+36
* mac80211: rework TX filtered frame codeJohannes Berg2008-02-293-50/+89
* mac80211: fix incorrect use of CONFIG_MAC80211_IBSS_DEBUGPavel Roskin2008-02-291-1/+3
* mac80211: consolidate TIM handling codeJohannes Berg2008-02-295-83/+84
* mac80211: remove sta TIM flag, fix expiry TIM handlingJohannes Berg2008-02-295-25/+28
* mac80211: invoke set_tim() callback after setting own TIM infoJohannes Berg2008-02-293-8/+8
* mac80211: convert sta_info.pspoll to a flagJohannes Berg2008-02-293-9/+12
* mac80211: enable IBSS mergingBruno Randolf2008-02-292-30/+65
* mac80211: move function ieee80211_sta_join_ibss()Bruno Randolf2008-02-291-158/+159
* net/mac80211/: Use time_* macrosS.Çağlar Onur2008-02-292-2/+4
* mac80211: fix ecw2cw brain-damageJohannes Berg2008-02-291-6/+1Star
* mac80211: give burst time in txop rather than 0.1msec unitsJohannes Berg2008-02-291-5/+6
* mac80211: defer master netdev allocation to ieee80211_register_hwJohannes Berg2008-02-291-34/+38