summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2012-09-14mac80211: change locking around ieee80211_recalc_smpsJohannes Berg4-8/+5
2012-09-14mac80211: handle power constraint/country IE betterJohannes Berg3-22/+72
2012-09-11mac80211: remove unneeded CONFIG_PM ifdefJohannes Berg1-13/+0
2012-09-10mac80211: validate skb->dev in the tx status pathFelix Fietkau1-18/+30
2012-09-10mac80211: use call_rcu() on sta deletionEliad Peller3-57/+81
2012-09-10mac80211: add key flag for management keysJohannes Berg6-6/+46
2012-09-07mac80211: reply to AUTH with DEAUTH if sta allocation fails in IBSSAntonio Quartulli1-1/+32
2012-09-07mac80211: move ieee80211_send_deauth_disassoc outside mlme codeAntonio Quartulli3-50/+54
2012-09-07net/mac80211/scan.c: removes unnecessary semicolonPeter Senna Tschudin1-1/+1
2012-09-06mac80211: refactor set_channel_typeMichal Kazior1-19/+48
2012-09-06mac80211: use synchronize_net() on key destroyingEliad Peller1-1/+1
2012-09-06mac80211: check power constraint IE size when parsingJohannes Berg3-10/+6
2012-09-06mac80211_hwsim: move module_init/exitJohannes Berg1-4/+1
2012-09-06wireless: remove obsolete chan no/center freq conversion functionsJohannes Berg1-80/+0
2012-09-06Merge remote-tracking branch 'wireless-next/master' into mac80211-nextJohannes Berg146-1386/+4319
2012-09-06mac80211: disconnect if channel switch failsJohannes Berg2-18/+38
2012-09-06mac80211: don't hang on to sched_scan_iesJohannes Berg2-26/+14
2012-09-06Merge remote-tracking branch 'mac80211/master' into mac80211-nextJohannes Berg11-44/+66
2012-09-06mac80211: use list_move instead of list_del/list_addWei Yongjun1-2/+1
2012-09-05cfg80211: fix indentationHila Gonen1-1/+1
2012-09-05wext: include wireless event id when it has a size problemArend van Spriel1-4/+4
2012-09-05mac80211: Various small fixes for cfg.c: mpath_set_pinfo()LEO Airwarosu Yoichi Shinoda1-5/+4
2012-09-05mac80211: don't use kerneldoc for ieee80211_add_rx_radiotap_headerJohannes Berg1-1/+1
2012-09-05cfg80211: add kerneldoc entry for "vht_cap"Robert P. J. Day1-0/+1
2012-09-05cfg80211: use list_move_tail instead of list_del/list_add_tailWei Yongjun1-4/+2
2012-09-04nl80211: fix possible memory leak nl80211_connect()Wei Yongjun1-1/+3
2012-09-04mac80211: clear bssid on auth/assoc failureEliad Peller1-0/+4
2012-09-04mac80211: Do not check for valid hw_queues for P2P_DEVICEIlan Peer1-7/+9
2012-08-23Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville3-1/+46
2012-08-22Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/iwlw...John W. Linville15-93/+241
2012-08-22mac80211: Fix AP mode regressionSujith Manoharan1-1/+1
2012-08-22mac80211: fix DS to MBSS address translationThomas Pedersen1-22/+16
2012-08-21carl9170: report A-MPDU statusChristian Lamparter2-4/+12
2012-08-21ath9k_htc: implement sta_rc_update() mac80211 callbackAntonio Quartulli1-0/+29
2012-08-21bcma: detect and register NAND flash deviceRafał Miłecki5-4/+48
2012-08-21bcma: detect and register serial flash deviceRafał Miłecki6-4/+146
2012-08-21Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville84-617/+1245
2012-08-21Revert "rfkill: remove dead code"AceLan Kao2-0/+45
2012-08-21iwlwifi: fix FW restart on init FWAmit Beka1-2/+7
2012-08-21iwlwifi: fix the preparation of the cardEmmanuel Grumbach1-9/+8
2012-08-20mac80211: clean up ieee80211_subif_start_xmitJohannes Berg1-17/+6
2012-08-20mac80211: pass channel to ieee80211_send_probe_reqJohannes Berg4-7/+11
2012-08-20mac80211: convert ops checks to WARN_ONJohannes Berg1-7/+5
2012-08-20mac80211: check operating channel in scanJohannes Berg1-5/+4
2012-08-20mac80211: use RX status band instead of current bandJohannes Berg1-1/+1
2012-08-20mac80211: don't assume channel is set in tracingJohannes Berg1-3/+6
2012-08-20mac80211: use oper_channel in rate initJohannes Berg1-1/+1
2012-08-20mac80211: remove freq/chantype from debugfsJohannes Berg1-32/+0
2012-08-20mac80211: remove almost unused local variableJohannes Berg1-5/+2
2012-08-20mac80211: mesh: don't use global channel typeJohannes Berg2-8/+10