summaryrefslogtreecommitdiff
path: root/net/mac80211
AgeCommit message (Expand)AuthorFilesLines
2011-09-30mac80211: explicitly notify drivers of frame releaseJohannes Berg3-10/+61
2011-09-30mac80211: add missing station flags to debugfsJohannes Berg1-11/+14
2011-09-30mac80211: optimise station flagsJohannes Berg18-194/+173
2011-09-30mac80211: reply only once to each PS-pollJohannes Berg3-16/+18
2011-09-30mac80211: send (QoS) Null if no buffered framesJohannes Berg3-12/+92
2011-09-30mac80211: implement uAPSDJohannes Berg5-79/+224
2011-09-30mac80211: allow releasing driver-buffered framesJohannes Berg3-16/+116
2011-09-30mac80211: clear more-data bit on filtered framesJohannes Berg1-0/+10
2011-09-30mac80211: remove return value from add_pending_skbsJohannes Berg2-15/+12
2011-09-30mac80211: split PS buffers into ACsJohannes Berg5-84/+213
2011-09-30mac80211: also expire filtered framesJohannes Berg2-5/+57
2011-09-30mac80211: unify TIM bit handlingJohannes Berg4-68/+50
2011-09-30mac80211: let drivers inform it about per TID buffered framesJohannes Berg1-2/+6
2011-09-30mac80211: data path modification for TDLS peersArik Nemtsov3-5/+52
2011-09-30nl80211/mac80211: allow adding TDLS peers as stationsArik Nemtsov3-3/+26
2011-09-30mac80211: handle TDLS high-level commands and framesArik Nemtsov3-0/+326
2011-09-30mac80211: standardize adding supported rates IEsArik Nemtsov5-66/+61
2011-09-30cfg80211/mac80211: apply station uAPSD parameters selectivelyJohannes Berg1-2/+4
2011-09-30mac80211: max_tp_rate2 management of minstrel_htLorenzo Bianconi1-0/+2
2011-09-30Merge branch 'master' of git://git.infradead.org/users/linville/wireless-next...John W. Linville14-123/+191
2011-09-27mac80211: save tx params per sdataEliad Peller6-15/+31
2011-09-27cfg80211/mac80211: add netdev param to set_txq_params()Eliad Peller1-0/+1
2011-09-27mac80211: Send the management frame at requested rateRajkumar Manoharan7-7/+42
2011-09-27nl80211/cfg80211: Add support to disable CCK rate for management frameRajkumar Manoharan1-1/+2
2011-09-27mac80211: add ieee80211_vif param to tsf functionsEliad Peller5-74/+78
2011-09-22Merge branch 'master' of github.com:davem330/netDavid S. Miller2-2/+2
2011-09-21mac80211: notify peer when shutting down peer linkThomas Pedersen1-0/+8
2011-09-21mac80211: fix AP/VLAN PS buffer raceJohannes Berg1-6/+4
2011-09-20mac80211: fix indentationAlexander Simon1-1/+1
2011-09-20Merge branch 'master' of git://git.infradead.org/users/linville/wirelessJohn W. Linville2-2/+2
2011-09-19mac80211: Fix regression on queue stop during 2040 bss changeRajkumar Manoharan1-19/+24
2011-09-19Merge branch 'master' of ssh://infradead/~/public_git/wireless-next into for-...John W. Linville25-227/+329
2011-09-16mac80211: fix endian issues and comments for BAR failure handlingFelix Fietkau1-6/+8
2011-09-14mac80211: Update device channel in case of HW channel switch supportedShahar Levi1-0/+3
2011-09-14mac80211: Mark all mesh stations as QoS capableJavier Cardona1-1/+1
2011-09-14mac80211: Mesh data frames must have the QoS headerJavier Cardona7-14/+15
2011-09-14mac80211: Start implementing QoS support for mesh interfacesJavier Cardona4-10/+14
2011-09-14mac80211: further optimise buffer expiry timerJohannes Berg1-7/+3
2011-09-14mac80211: add ssid config to bss information in AP-modeArik Nemtsov2-1/+20
2011-09-14minstrel_ht: fix Open BA session request floodsChristian Lamparter1-1/+2
2011-09-14mac80211: stop tx before doing hw config and rate updateRajkumar Manoharan2-0/+17
2011-09-14mac80211: Stop forwarding mesh traffic when tx queues are fullJavier Cardona3-0/+10
2011-09-14mac80211: check if mesh frame is in RMC after decryptThomas Pedersen1-9/+6
2011-09-14mac80211: make ieee80211_send_bar available for driversFelix Fietkau3-4/+5
2011-09-13mac80211: handle allocation failures in mesh_pathtbl_init()Dan Carpenter1-2/+17
2011-09-13mac80211: add flag to indicate HW only Tx-agg setup supportArik Nemtsov3-2/+6
2011-09-13mac80211: Remove unnecessary OOM logging messagesJoe Perches10-93/+32
2011-09-13mac80211: Consolidate mesh path duplicated functionsJavier Cardona1-42/+28
2011-09-13mac80211: Consolidate {mesh,mpp}_path_flush into one functionJavier Cardona1-39/+26
2011-09-13mac80211: Don't iterate twice over all mpaths when once in sufficientJavier Cardona1-27/+37