aboutsummaryrefslogtreecommitdiffstats
path: root/net/mac80211/sta_info.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-06-24mac80211: clean up debuggingJohannes Berg1-27/+17
2012-06-06Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wirelessJohn W. Linville1-2/+2
2012-06-05net: mac80211: Add and use ibss_vdbg debugging macroJoe Perches1-4/+2
2012-06-05net: mac80211: Convert printk(KERN_DEBUG to pr_debugJoe Perches1-12/+9
2012-06-04mac80211: fix non RCU-safe sta_list manipulationArik Nemtsov1-2/+2
2012-05-09mac80211: Convert compare_ether_addr to ether_addr_equalJoe Perches1-4/+4
2012-04-24mac80211: fix num_mcast_sta counting issuesFelix Fietkau1-4/+8
2012-04-24mac80211: rename AP variable num_sta_authorized to num_mcast_staFelix Fietkau1-2/+2
2012-04-09mac80211: end service period only after sending last buffered frameMarco Porsch1-7/+9
2012-03-05mac80211: use compare_ether_addr on MAC addresses instead of memcmpFelix Fietkau1-2/+3
2012-02-29mac80211: handle non-bufferable MMPDUs correctlyJohannes Berg1-2/+2
2012-02-27mac80211: fix sta_info_flush() return valueJohannes Berg1-1/+3
2012-02-08mac80211: add #ifdef CONFIG_MAC80211_VERBOSE_DEBUG for a debug printkFelix Fietkau1-0/+2
2012-02-06mac80211: remove dummy STA supportJohannes Berg1-110/+25
2012-02-06mac80211: implement sta_add/sta_remove in sta_stateJohannes Berg1-14/+9
2012-02-06mac80211: add sta_state callbackJohannes Berg1-17/+89
2012-02-06mac80211: add NOTEXIST station stateJohannes Berg1-0/+2
2012-02-06mac80211: simplify AP_VLAN handlingJohannes Berg1-7/+1
2012-01-30mac80211: Move num_sta_ps counter decrement after synchronize_rcuHelmut Schaa1-9/+9
2012-01-30mac80211: Fix incorrect num_sta_ps decrement in ap_sta_ps_endHelmut Schaa1-1/+3
2012-01-30mac80211: Fix incorrect num_sta_ps decrement in __sta_info_destroyHelmut Schaa1-3/+1
2012-01-30mac80211: station state transition error handlingJohannes Berg1-5/+14
2012-01-24mac80211: clean up rate control codeJohannes Berg1-7/+3
2012-01-24mac80211: clean up aggregation destructionJohannes Berg1-23/+8
2012-01-17mac80211: Fix possible race between sta_unblock and network softirqHelmut Schaa1-2/+4
2012-01-12net: reintroduce missing rcu_assign_pointer() callsEric Dumazet1-3/+3
2012-01-04mac80211: fix kernel panic in IBSS due to a regressionMohammed Shafi Shajakhan1-1/+4
2011-12-21mac80211: ibss should not purge clients it is not responsible forMarek Lindner1-0/+3
2011-12-19mac80211: Fixing sparse warning at sta_info.cYogesh Ashok Powar1-2/+7
2011-12-15mac80211: reduce station management complexityJohannes Berg1-194/+57
2011-12-15mac80211: delay IBSS station insertionJohannes Berg1-20/+11
2011-12-15mac80211: make address arguments to sta_info_alloc constJohannes Berg1-1/+1
2011-12-15mac80211: count authorized stations per BSSJohannes Berg1-5/+9
2011-12-15mac80211: refactor station state transitionsJohannes Berg1-6/+59
2011-12-13mac80211: Purge A-MPDU TX queues before station destructionsYogesh Ashok Powar1-0/+25
2011-11-28mac80211: do not pass AP VLAN vif pointers to driversFelix Fietkau1-4/+0
2011-11-07mac80211: uAPSD - fix IEEE80211_FCTL_MOREDATA bit settingJanusz.Dziedzic@tieto.com1-4/+4
2011-10-17Merge branch 'master' of git://git.infradead.org/users/linville/wireless-next into for-davemJohn W. Linville1-4/+2
2011-10-14mac80211: fix TID for null poll responseJohannes Berg1-4/+2
2011-10-11Merge branch 'master' of git://git.infradead.org/users/linville/wireless-next into for-davemJohn W. Linville1-121/+515
2011-09-30mac80211: allow out-of-band EOSP notificationJohannes Berg1-0/+25
2011-09-30mac80211: explicitly notify drivers of frame releaseJohannes Berg1-9/+25
2011-09-30mac80211: optimise station flagsJohannes Berg1-16/+19
2011-09-30mac80211: reply only once to each PS-pollJohannes Berg1-11/+11
2011-09-30mac80211: send (QoS) Null if no buffered framesJohannes Berg1-10/+90
2011-09-30mac80211: implement uAPSDJohannes Berg1-45/+125
2011-09-30mac80211: allow releasing driver-buffered framesJohannes Berg1-16/+66
2011-09-30mac80211: split PS buffers into ACsJohannes Berg1-50/+154
2011-09-30mac80211: also expire filtered framesJohannes Berg1-5/+52
2011-09-30mac80211: unify TIM bit handlingJohannes Berg1-57/+42