summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | rtlwifi: rtl8723ae: Fix warning for unchecked pci_map_single() callLarry Finger2013-01-021-0/+10
| * | | rtlwifi: rtl8192se: Fix warning for unchecked pci_map_single() callLarry Finger2013-01-021-1/+12
| * | | rtlwifi: rtl8192de: Fix warning for unchecked pci_map_single() callLarry Finger2013-01-021-0/+10
| * | | rtlwifi: rtl8192ce: Fix warning for unchecked pci_map_single() callLarry Finger2013-01-021-0/+11
| * | | rtlwifi: Fix warning for unchecked pci_map_single() callLarry Finger2013-01-021-0/+6
| * | | p54usb: add USBIDs for two more p54usb devicesChristian Lamparter2013-01-021-0/+3
| * | | rtlwifi: Don't leak on error in _rtl_usb_receive()Jesper Juhl2013-01-021-0/+1
| * | | ath9k_hw: Fix RX gain initvals for AR9485Sujith Manoharan2013-01-021-1/+1
| * | | bcma: correct M25P32 serial flash IDRafał Miłecki2013-01-021-1/+1
| * | | brcmsmac: Use udelay instead of usleep_rangeNiels Ole Salscheider2013-01-021-2/+2
| * | | p54usb: add USB ID for T-Com Sinus 154 data IITomasz Guszkowski2013-01-021-0/+1
| * | | carl9170: fix -EINVAL bailout during init with !CONFIG_MAC80211_MESHChristian Lamparter2013-01-021-1/+5
| * | | rtlwifi: fix incorrect use of usb_alloc_coherent with usb_control_msgJussi Kivilinna2013-01-021-4/+3Star
| * | | ath9k: Fix compilation breakageSujith Manoharan2013-01-021-1/+2
| * | | ssb: SSB_DRIVER_GPIO should depend on GPIOLIB instead of selecting itGeert Uytterhoeven2013-01-021-2/+1Star
| * | | bcma: BCMA_DRIVER_GPIO should depend on GPIOLIB instead of selecting itGeert Uytterhoeven2013-01-021-2/+1Star
| | |/ | |/|
* | | ath9k_hw: remove a useless WARN_ONFelix Fietkau2013-01-221-3/+0Star
* | | ath9k_hw: reduce struct ar5416AniState sizeFelix Fietkau2013-01-222-14/+6Star
* | | ath9k_hw: remove ath9k_hw_ani_setup and its variablesFelix Fietkau2013-01-224-25/+1Star
* | | ath9k_hw: make the initval parameter to ath9k_hw_write_array constFelix Fietkau2013-01-222-2/+2
* | | ath9k: use ath_tx_process_buffer instead of open-coding similar codeFelix Fietkau2013-01-221-37/+32Star
* | | ath9k: clean up processing of pending tx frames on resetFelix Fietkau2013-01-224-59/+32Star
* | | ath9k: stop rx after txFelix Fietkau2013-01-221-2/+2
* | | net: wireless/rtlwifi: fix uninitialized variable issueCong Ding2013-01-223-3/+3
* | | iwlegacy: don't return zero on failure paths in il4965_pci_probe()Alexey Khoroshilov2013-01-221-0/+1
* | | mwl8k: don't return zero on failure paths in mwl8k_probe[_hw]()Alexey Khoroshilov2013-01-221-0/+3
* | | mwifiex: correction in status codes used for association failureAmitkumar Karwar2013-01-222-5/+18
* | | rt2x00: Improve TX status handling for BlockAckReq framesHelmut Schaa2013-01-224-5/+169
* | | prism54: bug in getting auth typeDan Carpenter2013-01-221-0/+1
* | | b43: N-PHY: fix gain in b43_nphy_get_gain_ctl_workaround_ent()Dan Carpenter2013-01-221-22/+8Star
* | | drivers/net/wireless: need consider the not '\0' terminated string.Chen Gang2013-01-221-5/+14
* | | ath9k_hw: fix RF bank initializationFelix Fietkau2013-01-224-14/+9Star
* | | Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville2013-01-2232-274/+583
|\ \ \
| * | | mac80211: split out chandef tracing macrosJohannes Berg2013-01-161-9/+15
| * | | cfg80211: check radar interface combinationsSimon Wunderlich2013-01-166-8/+60
| * | | cfg80211: Allow use_mfp to be specified with the connect commandJouni Malinen2013-01-164-4/+16
| * | | nl80211: allow user-space to set address for P2P_DEVICEArend van Spriel2013-01-162-0/+11
| * | | {cfg,nl}80211: mesh power mode primitives and userspace accessMarco Porsch2013-01-164-1/+113
| * | | {cfg,nl,mac}80211: set beacon interval and DTIM period on mesh joinMarco Porsch2013-01-166-3/+27
| * | | mac80211: move add_tim to subfunctionMarco Porsch2013-01-161-19/+28
| * | | mac80211: update mesh peer link counter during userspace peeringMarco Porsch2013-01-163-17/+33
| * | | nl80211: add range checks to mesh parametersMarco Porsch2013-01-161-35/+44
| * | | mac80211: allow disable power save in meshChun-Yeow Yeoh2013-01-161-1/+2
| * | | mac80211: call restart complete at wowlan resume timeJohannes Berg2013-01-162-4/+8
| * | | mac80211: fix resume from WoWLANJohannes Berg2013-01-161-2/+4
| * | | {cfg,mac}80211.h: fix some kernel-doc warningsYacine Belkadi2013-01-162-80/+153
| * | | wireless: make the reg_notifier() voidLuis R. Rodriguez2013-01-1415-90/+66Star
| * | | wireless: fix regulatory HT40 allowed checkFelix Fietkau2013-01-111-1/+3
| * | | mac80211: fix HT40 connectionsJohannes Berg2013-01-111-2/+2
* | | | Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/iwlw...John W. Linville2013-01-228-68/+212
|\ \ \ \