summaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2010-07-26mac80211: remove bogus rcu_read_lock()Johannes Berg1-6/+1
2010-07-26wireless: remove unneeded variable from regulatory_hint_11d()Dan Carpenter1-4/+1
2010-07-26mac80211: freeing the wrong variableDan Carpenter1-1/+1
2010-07-26lib80211: remove unused host_build_iv optionJohn W. Linville3-3/+0
2010-07-26minstrel: don't complain about feedback for unrequested ratesJohn W. Linville1-1/+0
2010-07-26minstrel_ht: remove unnecessary NULL check in minstrel_ht_update_capsJohn W. Linville1-1/+1
2010-07-21mac80211: proper IBSS lockingJohannes Berg2-50/+54
2010-07-21mac80211: fix IBSS lockdep complaintJohannes Berg1-5/+14
2010-07-21mac80211: refuse shared key auth when WEP is unavailableJohannes Berg1-0/+2
2010-07-21cfg80211: fix race between sysfs and cfg80211Maxime Bizon1-6/+8
2010-07-20wireless: remove unnecessary reg_same_country_ie_hintJohn W. Linville1-45/+0
2010-07-20wireless: mark cfg80211_is_all_idle as staticJohn W. Linville1-1/+1
2010-07-20wireless: correct sparse warning in generated regdb.cJohn W. Linville1-0/+1
2010-07-20wireless: correct sparse warning in wext-compat.cJohn W. Linville1-0/+1
2010-07-20wireless: correct sparse warning in lib80211_crypt_tkip.cJohn W. Linville1-1/+1
2010-07-20wireless: only use alpha2 regulatory information from country IEJohn W. Linville1-613/+12
2010-07-20mac80211: set carrier on for monitor interfaces on ieee80211_openDavid Gnedt1-0/+2
2010-07-20mac80211: move QoS-enable to BSS infoJohannes Berg3-12/+10
2010-07-20mac80211: fix aggregation action frame handling with AP VLANsFelix Fietkau1-2/+2
2010-07-16mac80211: improve error checking if WEP fails to initJohn W. Linville1-1/+4
2010-07-16mac80211: skip HT parsing if HW does not support HTChristian Lamparter1-1/+1
2010-07-14cfg80211: don't get expired BSSesJohannes Berg1-0/+5
2010-07-12cfg80211: ignore spurious deauthJohannes Berg1-4/+4
2010-07-08mac80211: remove wep dependencyJohn W. Linville7-21/+30
2010-07-07NET: nl80211, fix lock imbalance and netdev referencingJiri Slaby1-1/+1
2010-07-02minstrel_ht: fix check for downgrading of top2 rateMing Lei1-2/+2
2010-07-02minstrel_ht: fix updating rate with best probabilityMing Lei1-0/+2
2010-06-30mac82011: Allow selection of minstrel_ht as default rc algorithmHelmut Schaa1-0/+1
2010-06-29mac80211: add basic tracing to drv_get_surveyJohn W. Linville2-1/+28
2010-06-29mac80211: remove unnecessary check in ieee80211_dump_surveyJohn W. Linville1-3/+0
2010-06-28mac80211: fix the for_each_sta_info macroFelix Fietkau1-8/+8
2010-06-28mac80211: use netif_receive_skb in ieee80211_tx_status callpathJohn W. Linville1-2/+2
2010-06-28mac80211: use netif_receive_skb in ieee80211_rx callpathJohn W. Linville1-5/+5
2010-06-24nl80211: Add option to adjust transmit powerJuuso Oikarinen1-0/+31
2010-06-24cfg80211/mac80211: Update set_tx_power to use mBm instead of dBm unitsJuuso Oikarinen2-16/+16
2010-06-24mac80211: avoid scheduling while atomic in mesh_rx_plink_frameJohn W. Linville1-11/+31
2010-06-24minstrel_ht: move minstrel_mcs_groups declaration to header fileJohn W. Linville2-2/+2
2010-06-24wireless: mark reg_mutex as staticJohn W. Linville1-1/+1
2010-06-24minstrel_ht: make *idx unsigned in minstrel_downgrade_rateJohn W. Linville1-1/+2
2010-06-24mac80211: don't shadow mgmt variable in ieee80211_rx_h_actionJohn W. Linville1-4/+4
2010-06-21mac80211: Add interface for driver to temporarily disable dynamic psJuuso Oikarinen2-1/+40
2010-06-21mac80211: Fix compile warning in scan.c.Gertjan van Wingerde1-1/+1
2010-06-18mac80211: fix sw scan bracketingJohannes Berg1-2/+2
2010-06-18wireless: move regulatory_init to .init.textUwe Kleine-König2-3/+3
2010-06-18cfg80211: move cfg80211_exit to .exit.textUwe Kleine-König1-1/+1
2010-06-17Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2-2/+39
2010-06-16mac80211: fix warn, enum may be used uninitializedChristoph Fritz1-1/+1
2010-06-15mac80211: Use a separate CCMP PN receive counter for management framesJouni Malinen5-7/+22
2010-06-15mac80211: Protect Deauthentication frame when using MFPJouni Malinen1-3/+7
2010-06-15mac80211: Fix ps-qos network latency handlingJuuso Oikarinen4-14/+15