summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-09-07ipw2200: use is_zero_ether_addr() and is_broadcast_ether_addr()Wei Yongjun1-9/+2
2012-09-07ipw2100: use is_zero_ether_addr() and is_broadcast_ether_addr()Wei Yongjun1-9/+2
2012-09-07wireless: ath9k-htc: only load firmware in needMing Lei2-12/+25
2012-09-07bcma: don't leak memory for PCIE, MIPS, GBIT coresSaul St. John1-0/+10
2012-09-07Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/iwlw...John W. Linville6-39/+37
2012-09-07Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville6-17/+18
2012-09-05cfg80211: fix indentationHila Gonen1-1/+1
2012-09-05iwlwifi: remove radio_config from eeprom_dataDavid Spinadel1-2/+0
2012-09-05iwlwifi: reduce overhead if tracing disabledJohannes Berg2-36/+23
2012-09-05iwlwifi: report A-MPDU statusJohannes Berg3-0/+13
2012-09-05Merge remote-tracking branch 'wireless-next/master' into iwlwifi-nextJohannes Berg6557-122652/+353557
2012-09-05wext: include wireless event id when it has a size problemArend van Spriel1-4/+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-04iwlwifi: fix antenna bitmaskJohannes Berg1-1/+1
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-22carl9170: report A-MPDU statusChristian Lamparter2-4/+12
2012-08-22ath9k_htc: implement sta_rc_update() mac80211 callbackAntonio Quartulli1-0/+29
2012-08-22bcma: detect and register NAND flash deviceRafał Miłecki5-4/+48
2012-08-22bcma: detect and register serial flash deviceRafał Miłecki6-4/+146
2012-08-22Merge 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
2012-08-20mac80211: simplify buffers in aes_128_cmac_vectorJohannes Berg1-5/+1
2012-08-20mac80211_hwsim: add support for P2P DeviceJohannes Berg1-1/+3
2012-08-20mac80211: add IEEE80211_HW_P2P_DEV_ADDR_FOR_INTFJohannes Berg2-1/+19
2012-08-20mac80211: support P2P Device abstractionJohannes Berg10-96/+226
2012-08-20cfg80211: add P2P Device abstractionJohannes Berg9-20/+265
2012-08-20mac80211: make ieee80211_beacon_connection_loss_work staticJohannes Berg2-2/+1
2012-08-20mac80211: check size of channel switch IE when parsingJohannes Berg3-11/+9
2012-08-20mac80211: fix CSA handling timerJohannes Berg1-3/+2
2012-08-20mac80211: clean up CSA handling codeJohannes Berg1-18/+16
2012-08-20mac80211: remove unneeded 'bssid' variableJohannes Berg1-4/+2
2012-08-20mac80211: support A-MPDU status reportingJohannes Berg2-15/+80
2012-08-20wireless: add radiotap A-MPDU status fieldJohannes Berg2-0/+13